Skip to content

Commit

Permalink
Fixed Exposed ports in Dockerfile (#352)
Browse files Browse the repository at this point in the history
Co-authored-by: Star <starvoltz173gmail.com>
  • Loading branch information
STAR-173 authored Mar 9, 2024
1 parent 5c27b42 commit 27d207a
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 27d207a

Please sign in to comment.