Skip to content

Commit

Permalink
fix: workspace name 수정 FE -> client
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-byeong committed Nov 12, 2024
1 parent b84bbb9 commit 43f77ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.fe
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ ENV PORT 3000
EXPOSE 3000

# 실행 명령어
CMD ["yarn", "workspace", "FE", "preview", "--host", "0.0.0.0"]
CMD ["yarn", "workspace", "client", "preview", "--host", "0.0.0.0"]

0 comments on commit 43f77ac

Please sign in to comment.