From a924f5f6f1440ded3442a248b602c91ed1deff11 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 9 Sep 2025 17:20:43 -0400 Subject: [PATCH] run sh --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index cfd8c18..2dad200 100755 --- a/run.sh +++ b/run.sh @@ -22,7 +22,7 @@ else npm run build # Testing sometimes # npm run start - nginx -g 'daemon off;' -c /usr/src/app/nginx.conf - nginx -c /usr/src/app/nginx.conf +# nginx -g 'daemon off;' -c /usr/src/app/nginx.conf +# nginx -c /usr/src/app/nginx.conf fi