Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit ff6ea84

Browse files
authored
Merge pull request #111 from topcoder-platform/read-only-root-file-system-fix
Update Dockerfile
2 parents 5435525 + 2c3f0c4 commit ff6ea84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ENV NODE_OPTIONS=--openssl-legacy-provider
1212
RUN npm install
1313
RUN npm run lint
1414
RUN npm run build
15+
RUN rm -rf .next
1516
#RUN npm run test
1617

1718
CMD npm start

0 commit comments

Comments
 (0)