Docker Test with Nginx

This commit is contained in:
Yûki VACHOT 2022-02-01 16:27:57 +01:00
parent 886f22ac85
commit 1a3bee1846
14 changed files with 70 additions and 34 deletions

View file

@ -3,8 +3,8 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng build && python flask run",
"build": "ng build --build-optimizer --baseHref=frontend/dist/",
"start": "ng build --build-optimizer --baseHref=frontend/backend/dist/ && cd .. && python -m flask run",
"build": "ng build --build-optimizer --baseHref=frontend/backend/dist/",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},