We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7a505 commit 4ef8616Copy full SHA for 4ef8616
front/docker/Dockerfile.devel
@@ -19,4 +19,4 @@ WORKDIR /app
19
# Start the app
20
COPY docker/dev-entrypoint.sh /
21
ENTRYPOINT ["/dev-entrypoint.sh"]
22
-CMD ["sh", "-c", "id && npm install && exec npm run start-container"]
+CMD ["sh", "-c", "id && rm -rf node_modules && npm install && exec npm run start-container"]
0 commit comments