Skip to content

Commit 4ef8616

Browse files
committed
fixup! front: switch from yarn to npm
1 parent 0b7a505 commit 4ef8616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/docker/Dockerfile.devel

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ WORKDIR /app
1919
# Start the app
2020
COPY docker/dev-entrypoint.sh /
2121
ENTRYPOINT ["/dev-entrypoint.sh"]
22-
CMD ["sh", "-c", "id && npm install && exec npm run start-container"]
22+
CMD ["sh", "-c", "id && rm -rf node_modules && npm install && exec npm run start-container"]

0 commit comments

Comments
 (0)