Merge pull request #2 from J-tt/master

Remove redundant command
This commit is contained in:
chibicitiberiu 2018-10-30 12:59:37 +02:00 committed by GitHub
commit 092949ff9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,4 @@ COPY ./app/requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
COPY ./app/ . COPY ./app/ .
COPY ./config/ ./config/ 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"]