diff --git a/Dockerfile b/Dockerfile index 166a153..f8fbd93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,4 +26,4 @@ RUN mkdir -p /app/instance EXPOSE 5000 -CMD ["sh", "-c", "gunicorn --bind ${HOST}:${PORT} --workers 2 --timeout 60 app:app"] +CMD ["sh", "-c", "gunicorn --bind ${HOST}:${PORT} --workers 2 --timeout 60 --access-logfile - --error-logfile - --log-level info --preload app:app"]