Skip to content

Commit

Permalink
fix: remove EXPOSE from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw authored Jul 26, 2023
1 parent f10c104 commit 7725ef1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ RUN chown -R \
USER 3000
RUN npm install

EXPOSE 3000
CMD ["npm", "start"]

0 comments on commit 7725ef1

Please sign in to comment.