tesmpoary reomved

This commit is contained in:
CHIEFSOFT\ameye
2024-11-20 12:39:46 -05:00
parent f5eef3f679
commit 4ef031a03f
2 changed files with 11 additions and 18 deletions
+1 -2
View File
@@ -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 start
npm run build
nginx -g 'daemon off;' -c /usr/src/app/nginx.conf
nginx -c /usr/src/app/nginx.conf
fi