Skip to content

Commit

Permalink
Update app/Dockerfile.prod
Browse files Browse the repository at this point in the history
Co-authored-by: Edward Keeble <[email protected]>
  • Loading branch information
Tammo-Feldmann and edkeeble authored Aug 30, 2023
1 parent 0be3fe8 commit e8b2379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
CMD ["gunicorn", "config.wsgi:application", "--bind", "0.0.0.0:80", "-w", "4", "--timeout", "300", "--worker-tmp-dir", "/dev/shm"]

0 comments on commit e8b2379

Please sign in to comment.