From 003181eafa891635195dd25f41fd0393cd8b48f4 Mon Sep 17 00:00:00 2001 From: Jett Jackson Date: Tue, 30 Oct 2018 17:45:56 +0800 Subject: [PATCH] Remove redundant command --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index df016b9..d38b828 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,3 @@ RUN pip install --no-cache-dir -r requirements.txt COPY ./app/ . COPY ./config/ ./config/ -#RUN python manage.py migrate - -CMD ["python", "./manage.py", "runserver", "8000", "--noreload"] -#CMD ["gunicorn", "YtManager.wsgi", "--bind", "0.0.0.0:8000"]