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

Commit 0a4986c

Browse files
authored
Update Dockerfile
1 parent a26f5d8 commit 0a4986c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +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
15+
RUN rm -rf .next
1616
#RUN npm run test
1717

1818
CMD node server.js

0 commit comments

Comments
 (0)