overide frontend config

This commit is contained in:
nobohan
2021-05-20 20:48:17 +02:00
parent 09789cecbf
commit f84b062ef7
4 changed files with 174 additions and 1 deletions

10
README
View File

@@ -15,6 +15,14 @@ note: les credentials pour accéder au backend se trouvent dans /home/appuser/ci
$ docker-compose up -d
$ docker-compose exec citizen sh install/restart.sh
# Documentation :
# Documentation :
$ make doc
# Builder le front
```
$ docker-compose exec citizen bash
appuser@ab136184159a:~/citizen/$ cd frontend
appuser@ab136184159a:~/citizen/frontend$ npm run ng build -- --configuration=fr --prod
```