Skip to content

Commit

Permalink
update port in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGoodall committed Dec 4, 2023
1 parent f0b561b commit 9d1de3e
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 @@ -8,8 +8,8 @@ RUN npm install

COPY . .

ENV PORT=3000
ENV PORT=5000

expose 3000
expose 5000

CMD ["npm", "start"]

0 comments on commit 9d1de3e

Please sign in to comment.