Update Dockerfile

This commit is contained in:
2021-04-16 23:26:42 +00:00
parent 5d76217b02
commit 248c7836a8

View File

@@ -14,7 +14,7 @@ RUN npm install
COPY . .
# running build script
RUN npm run build:prod
RUN npm run build:dev
### STAGE 2: Setup ###
# defining nginx image version