Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
change exported port
Browse files Browse the repository at this point in the history
  • Loading branch information
IlijazM committed May 14, 2022
1 parent b46cdc3 commit 468b1e4
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 @@ -15,5 +15,5 @@ RUN npm install
# copy project files and folders to the current working directory (i.e. 'app' folder)
COPY . .

EXPOSE 8000
CMD [ "npm", "run", "serve", "--", "--port", "8000" ]
EXPOSE 7001
CMD [ "npm", "run", "serve", "--", "--port", "7001" ]

0 comments on commit 468b1e4

Please sign in to comment.