Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreJunod committed May 29, 2024
1 parent 7e8928a commit 5b84e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
ENV: PROD
depends_on:
- statics_builder
# entrypoint: /code/entrypoint.sh
entrypoint: /code/entrypoint.sh
command: "gunicorn geocity.wsgi -b :9000 --error-logfile gunicorn_log.log --workers=2 --threads=4 --worker-class=gthread"
volumes:
- ${PRIVATE_DOCUMENTS_DIR}:/private_documents
Expand Down

0 comments on commit 5b84e87

Please sign in to comment.