Skip to content

Commit

Permalink
hotfix: docker 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
D0Dam committed Aug 17, 2023
1 parent 3dd2e83 commit 8c24608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ COPY . .

RUN yarn build

CMD ["yarn", "start", "--port", "3000"]
CMD ["yarn", "start:prod", "--port", "3000"]

0 comments on commit 8c24608

Please sign in to comment.