Skip to content

Commit

Permalink
Change port to 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPower committed Dec 20, 2024
1 parent 017dfb4 commit 7df9a7e
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,6 +7,6 @@ RUN npm install
RUN npm run build

ENV HOST=0.0.0.0
ENV PORT=4321
EXPOSE 4321
ENV PORT=3000
EXPOSE 3000
CMD node ./dist/server/entry.mjs

0 comments on commit 7df9a7e

Please sign in to comment.