Skip to content

Commit

Permalink
Fixed Exposed ports in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Star committed Feb 14, 2024
1 parent a9c7128 commit ac08c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WORKDIR /usr/src/app
RUN npm install

# expose server port
EXPOSE 3000-5001
EXPOSE 5000

# launch application
CMD ["npm","start"]

0 comments on commit ac08c59

Please sign in to comment.