Remove redundant command

This commit is contained in:
Jett Jackson 2018-10-30 17:45:56 +08:00
parent 7364ca8fc7
commit 003181eafa
No known key found for this signature in database
GPG Key ID: 6F862B482FA8AEBA

View File

@ -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"]