From 91b89ace4a40bfb2a3bf0f02bcfbcd96c9790f8b Mon Sep 17 00:00:00 2001
From: Thomas  MENARD <thomas.menard@pasteur.fr>
Date: Tue, 4 Jun 2019 19:57:18 +0200
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 8e303b1..129d7d6 100755
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,4 +20,4 @@ RUN rm -rf .gitlab-ci.yml Dockerfile README.md img
 # We use the CMD command to start the gunicorn daemon
 # when we start the container.
 # Note the $PORT variable, we will need to define it when we start the container
-CMD python manage.py runserver 0.0.0.0:$PORT
+CMD python /app/manage.py runserver 0.0.0.0:$PORT
-- 
GitLab