We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5684a commit 11a1fb1Copy full SHA for 11a1fb1
Dockerfile
@@ -58,4 +58,4 @@ EXPOSE 8000
58
ENV DJANGO_SETTINGS_MODULE=Algolyzer.settings.production
59
60
# Start the application
61
-CMD ["gunicorn", "--bind", "0.0.0.0:8000", "Algolyzer.wsgi:application"]
+CMD ["gunicorn", "--bind", "0.0.0.0:8000", "--access-logfile", "-", "--error-logfile", "-", "Algolyzer.wsgi:application"]
0 commit comments