Skip to content

Commit

Permalink
add expose port
Browse files Browse the repository at this point in the history
  • Loading branch information
PivaRos committed Oct 26, 2023
1 parent 391221b commit 7d7dfa3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ FROM node:20-slim
WORKDIR /MusicPicker
COPY . /MusicPicker
RUN npm install
EXPOSE 8000
EXPOSE 3000
EXPOSE 8000 3000
CMD node ./dist/src/musicpicker.js

0 comments on commit 7d7dfa3

Please sign in to comment.