diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index f225719b5..efa45973d 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -if [[ "$APPLY_MIGRATIONS" = "true" ]]; then +if [[ "$APPLY_MIGRATIONS" = "True" ]]; then echo "Applying database migrations..." ./manage.py migrate --noinput fi