This commit is contained in:
CHIEFSOFT\ameye
2024-11-20 21:47:48 -05:00
parent a161453752
commit 1f58eec668
+3 -1
View File
@@ -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