diff --git a/start-prod-full.sh b/start-prod-full.sh index 2ecdec9..f17c2ed 100644 --- a/start-prod-full.sh +++ b/start-prod-full.sh @@ -35,6 +35,10 @@ fi echo "Starting Production Environment..." +# .sh 파일들에 실행 권한 부여 +echo "Setting execute permissions for shell scripts..." +chmod +x *.sh + export NODE_ENV=production # 웹서비스만 정리 (DB는 유지)