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 -2
View File
@@ -30,13 +30,13 @@
"react-to-print": "^2.14.12",
"react-toastify": "^9.0.1",
"redux": "^4.2.0",
"socket.io-client": "^4.4.1",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.4.1",
"web-vitals": "^1.0.1",
"yup": "^1.1.1"
},
"scripts": {
"start": "react-scripts start -e .env.development",
"start": "react-scripts start -e .env.production",
"build": "react-scripts build -e .env.production",
"test": "react-scripts test",
"eject": "react-scripts eject"
+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