Skip to content

Commit

Permalink
Add prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Feb 14, 2024
1 parent f3b33e7 commit 22c2a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ WORKDIR /opt/subsocial/app

COPY --from=builder /opt/subsocial/app .

CMD [ "server.js" ]
CMD [ "NODE_ENV=production", "server.js" ]

0 comments on commit 22c2a11

Please sign in to comment.