Skip to content
This repository has been archived by the owner on Aug 7, 2022. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-furkan authored Oct 28, 2020
1 parent ef7cd5e commit 33a7256
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ COPY scripts scripts

RUN npm i

RUN npm run lib:build

RUN npm run build

ENV NODE_ENV=production
ENV PORT=8080

CMD ["npm","run","start:prod"]
CMD ["npm","run","start:prod"]

0 comments on commit 33a7256

Please sign in to comment.