From c6ed18ee68a7860ca3905a19984d1dda3c524f13 Mon Sep 17 00:00:00 2001 From: hyeseon han Date: Sat, 17 Feb 2024 18:01:20 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20deploy.sh=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index efc6945..d32d6b8 100644 --- a/deploy.sh +++ b/deploy.sh @@ -2,5 +2,5 @@ echo "> FE 배포" -nohup PORT=80 yarn start & +nohup yarn start &