updated Dockerfile

This commit is contained in:
Marvin Zhang
2022-06-03 15:29:38 +08:00
parent 7e7ed3f3a8
commit 5db0cfa150

View File

@@ -1,6 +1,6 @@
FROM node:12
ADD ./frontend /app
ADD . /app
WORKDIR /app
RUN rm /app/.npmrc