diff --git a/D%C3%A9ploiement-sur-liveche.md b/D%C3%A9ploiement-sur-liveche.md index 98f7cd2..fb1d62d 100644 --- a/D%C3%A9ploiement-sur-liveche.md +++ b/D%C3%A9ploiement-sur-liveche.md @@ -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