updated Dockerfile

This commit is contained in:
Marvin Zhang
2022-06-03 15:57:23 +08:00
parent 3a1c8a9d10
commit 07cdd324b8
3 changed files with 10 additions and 2 deletions

View File

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