From 96f3e3ed18495627d8abccd8130ee9fda4cbd1d5 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 20 Nov 2024 11:35:40 -0500 Subject: [PATCH] temporary use --- run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 35de5f6..5747806 100755 --- a/run.sh +++ b/run.sh @@ -13,7 +13,8 @@ else # build the app and serve it via nginx echo "Production build" npm install --legacy-peer-deps - npm run build + # npm run build + npm run start nginx -g 'daemon off;' -c /usr/src/app/nginx.conf nginx -c /usr/src/app/nginx.conf fi