From 87c1bf3b14fa3ed1ac7c8f99ef30ff543b4bd9be Mon Sep 17 00:00:00 2001 From: juminet Date: Wed, 5 Oct 2022 14:24:58 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/D%C3%A9ploiement-sur-liveche.md b/D%C3%A9ploiement-sur-liveche.md index fb1d62d..51fb039 100644 --- a/D%C3%A9ploiement-sur-liveche.md +++ b/D%C3%A9ploiement-sur-liveche.md @@ -4,7 +4,7 @@ scp patches/frontend/src/conf/app.config.ts.dist user@liveche.xxx.xxx:/home/debian/docker-projects/biommap/front/app.config.ts ``` -### 1) Reconstruire l'image front en local +### 1) Rebuild the images in local Set the DEBUG variable to false in patches/back/default_config.toml @@ -14,6 +14,8 @@ Set the production command in the docker-compose file `command: bash start_gunicorn.sh` +Then, rebuild the images + ```bash docker-compose build citizen-front docker login registry.gitlab.com