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