updated Dockerfile

This commit is contained in:
Marvin Zhang
2022-06-03 15:26:55 +08:00
parent 19a4d21d1d
commit a21a9d0396

View File

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