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