temporary

This commit is contained in:
CHIEFSOFT\ameye
2024-11-20 11:52:40 -05:00
parent e1ffca88af
commit 339a0063ce
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -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 start
nginx -g 'daemon off;' -c /usr/src/app/nginx.conf
nginx -c /usr/src/app/nginx.conf
fi