From 03d0a50d49586d2878c59bfd0c64bf615df3c1c4 Mon Sep 17 00:00:00 2001 From: Glauber Costa Vila-Verde Date: Wed, 29 Jan 2020 17:38:15 -0300 Subject: [PATCH] Update Instalation.md --- Instalation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Instalation.md b/Instalation.md index 9fb7bd6c3..ce759d0e4 100644 --- a/Instalation.md +++ b/Instalation.md @@ -4,7 +4,6 @@ Clone the repository to your directory. ``` git clone https://github.com/linea-it/dri.git dri -mkdir dri/log dri/archive dri/log ``` @@ -13,6 +12,7 @@ mkdir dri/log dri/archive dri/log ``` cd dri cp env_template .env +cp docker-compose-development.yml docker-compose.yml docker-compose build ``` @@ -100,4 +100,4 @@ Start celery Works and Beat manually. inside backend container run celery worker --workdir /app --app dri -l info celery worker --workdir /app --app dri -l info -``` \ No newline at end of file +```