Skip to content

Commit

Permalink
Update Dockerfile CMD command
Browse files Browse the repository at this point in the history
  • Loading branch information
Seheon Yu committed Feb 25, 2024
1 parent 108552e commit b5a426e
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 @@ -21,4 +21,4 @@ RUN yarn run build

EXPOSE 3000

CMD ["yarn", "start", "-p", "443"]
CMD ["yarn", "start"]

0 comments on commit b5a426e

Please sign in to comment.