Return vack

This commit is contained in:
CHIEFSOFT\ameye
2024-11-20 11:41:18 -05:00
parent 96f3e3ed18
commit e1ffca88af
+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 run start
npm run build
nginx -g 'daemon off;' -c /usr/src/app/nginx.conf
nginx -c /usr/src/app/nginx.conf
fi