Skip to content

Commit

Permalink
Update entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
itsadeadh2 committed Jul 13, 2024
1 parent 655af02 commit a55a51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ HEALTHCHECK_HOST="postgres.itsanapi-ecs.local"
if healthcheck $HEALTHCHECK_HOST; then
python manage.py migrate

exec gunicorn --bind 0.0.0.0:80 "itsanapi:wsgi:application" \
exec gunicorn --bind 0.0.0.0:80 "itsanapi.wsgi:application" \
--access-logfile - \
--error-logfile - \
--log-level $LOG_LEVEL
Expand Down

0 comments on commit a55a51f

Please sign in to comment.