diff --git a/Dockerfile b/Dockerfile index 3c2828f..c00fc2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,9 +9,4 @@ COPY ./app/requirements.txt ./ 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"] +COPY ./config/ ./config/ \ No newline at end of file