updated Dockerfile

This commit is contained in:
Marvin Zhang
2022-06-03 15:39:56 +08:00
parent 1b6e8ffec8
commit e66c0e30de
3 changed files with 30 additions and 36 deletions

View File

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