Skip to content

Commit

Permalink
fixup! front: switch from yarn to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohh committed Nov 18, 2024
1 parent 0b7a505 commit 4ef8616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/docker/Dockerfile.devel
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ WORKDIR /app
# Start the app
COPY docker/dev-entrypoint.sh /
ENTRYPOINT ["/dev-entrypoint.sh"]
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 comments on commit 4ef8616

Please sign in to comment.