Skip to content

Commit

Permalink
fix: pm2 config issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Volkov committed May 16, 2023
1 parent 3d3c1fe commit c0e3d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ LABEL org.opencontainers.image.authors="BN Enginseers" \
org.opencontainers.image.source="https://github.com/bn-digital/docker" \
org.opencontainers.image.licenses="MIT"
ENV NODE_NO_WARNINGS="1" \
NODE_ENV=production
NODE_ENV=production \
HOST="0.0.0.0" \
PORT="5000" \
PORT="5000"
WORKDIR /usr/local/src
RUN npm install --global pm2
USER node
Expand Down

0 comments on commit c0e3d07

Please sign in to comment.