From 7f932e401019962bdf8f8d0533ca0ab7b86c80be Mon Sep 17 00:00:00 2001 From: chibicitiberiu Date: Tue, 30 Oct 2018 12:04:08 +0200 Subject: [PATCH] Fixed issue where server was running in 2 instances (once with guinicorn and once with manage.py runserver) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df016b9..3c2828f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,5 @@ COPY ./config/ ./config/ #RUN python manage.py migrate -CMD ["python", "./manage.py", "runserver", "8000", "--noreload"] +#CMD ["python", "./manage.py", "runserver", "8000", "--noreload"] #CMD ["gunicorn", "YtManager.wsgi", "--bind", "0.0.0.0:8000"]