Skip to content

Commit

Permalink
fix: port 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeseon-han committed Feb 17, 2024
1 parent b81f64d commit dcb1347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

echo "> FE 배포"

nohup yarn start &
nohup PORT=80 yarn start &

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "export PORT=80 && next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
Expand Down

0 comments on commit dcb1347

Please sign in to comment.