From 1f58eec668f966a4f189441c2be81cf87e995a0e Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 20 Nov 2024 21:47:48 -0500 Subject: [PATCH] Dev test --- run.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 35de5f6..9482ba3 100755 --- a/run.sh +++ b/run.sh @@ -13,7 +13,9 @@ else # build the app and serve it via nginx echo "Production build" npm install --legacy-peer-deps - npm run build + # 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 fi