Skip to content

Commit

Permalink
Update Dockerfile.prod
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubowiczish committed Aug 13, 2020
1 parent 3b18566 commit 61191b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ RUN npm ci --silent
RUN npm install [email protected] -g --silent
COPY . ./
RUN npm run build
EXPOSE 80
CMD ["serve", "-s", "build"]
# EXPOSE 80
# CMD ["npm", "start"]
EXPOSE 3000
CMD ["serve", "-s", "build", "-l", "3000"]

0 comments on commit 61191b0

Please sign in to comment.