Skip to content

Commit

Permalink
Dockerfile: Port changed to 9000
Browse files Browse the repository at this point in the history
  • Loading branch information
nirnejak committed Sep 10, 2024
1 parent d0210e0 commit a044acd
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 @@ -7,8 +7,8 @@ RUN apk update && \
npm install && \
npm run build

ENV PORT=5000
ENV PORT=9000

CMD ["node", "dist/index.js"]

EXPOSE 5000
EXPOSE 9000

0 comments on commit a044acd

Please sign in to comment.