Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Aug 16, 2024
1 parent d7fc520 commit 129dee0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ EXPOSE 80

HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD curl -f http://localhost:80/healthz || exit 1

# asdf

ENV APP_ENV production

CMD ["node", "--no-warnings", "dist/src/server.js"]

0 comments on commit 129dee0

Please sign in to comment.