diff --git a/app/Dockerfile.prod b/app/Dockerfile.prod index 6eb11e9a..a47c42ef 100644 --- a/app/Dockerfile.prod +++ b/app/Dockerfile.prod @@ -19,4 +19,4 @@ RUN pip install -r production.txt COPY . . ENTRYPOINT ["/app/home/app/web/entrypoint.sh"] -CMD ["gunicorn", "config.wsgi:application", "--bind", "0.0.0.0:80", "-w", "4", "--timeout", "300", "--worker-tmp-dir", "/dev/shm"] \ No newline at end of file +CMD ["gunicorn", "config.wsgi:application", "--bind", "0.0.0.0:80", "-w", "4", "--timeout", "300", "--worker-tmp-dir", "/dev/shm"]