Update Dockerfile

This commit is contained in:
Blair Vanderlugt 2021-04-16 23:26:42 +00:00
parent 5d76217b02
commit 248c7836a8
1 changed files with 1 additions and 1 deletions

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