Update 'Déploiement sur liveche'

Julien Minet 2022-10-05 14:24:15 +00:00
parent d7864dc178
commit 3bb81e0abb
1 changed files with 5 additions and 2 deletions

@ -6,10 +6,13 @@ scp patches/frontend/src/conf/app.config.ts.dist user@liveche.xxx.xxx:/home/debi
### 1) Reconstruire l'image front en local
Change dev settings in default_config.toml. Here is a copy for further use
Set the DEBUG variable to false in patches/back/default_config.toml
DEBUG=false
`DEBUG=false`
Set the production command in the docker-compose file
`command: bash start_gunicorn.sh`
```bash
docker-compose build citizen-front