diff --git a/Dockerfile b/Dockerfile index 1421080..49958f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt EXPOSE 8000 -CMD ["python", "-m", "gunicorn", "app:app"] +CMD ["python", "-m", "gunicorn", "app:app", "--access-logfile", "-"]