updated Dockerfile

This commit is contained in:
Marvin Zhang
2022-06-03 15:26:55 +08:00
parent d248622fb5
commit a80e4c9a57

View File

@@ -6,3 +6,4 @@ RUN rm /app/.npmrc
# install frontend
RUN yarn install && yarn run build:docker