Skip to content

Commit

Permalink
fix(): add node_env prod
Browse files Browse the repository at this point in the history
  • Loading branch information
NarHakobyan committed Jun 24, 2024
1 parent 5a9c075 commit cba9ea7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ FROM node:lts

ARG PORT=3000

ENV NODE_ENV=production

RUN mkdir -p /usr/src/app

WORKDIR /usr/src/app
Expand Down

0 comments on commit cba9ea7

Please sign in to comment.