From 3bb81e0abb1bf50c72ed164503b359484729791b Mon Sep 17 00:00:00 2001 From: juminet Date: Wed, 5 Oct 2022 14:24:15 +0000 Subject: [PATCH] =?UTF-8?q?Update=20'D=C3=A9ploiement=20sur=20liveche'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- D%C3%A9ploiement-sur-liveche.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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