Skip to content

Commit

Permalink
fix: expose port 8080 in Docker (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
michele-franchi committed Feb 3, 2025
1 parent 3fc0ab0 commit c85d8ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ COPY --chown=node:node --from=build /app/.output ./
USER node

ENV HOST=0.0.0.0
ENV PORT=80
ENV PORT=8080
ENV NODE_ENV=production

EXPOSE 80
EXPOSE 8080

CMD [ "node", "/app/server/index.mjs" ]

0 comments on commit c85d8ce

Please sign in to comment.