diff --git a/entrypoint.sh b/entrypoint.sh old mode 100644 new mode 100755 index b097c1b..c47f52d --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ - +#!/bin/sh if [ "$DATABASE" = "postgres" ] then echo "Waiting for postgres..." @@ -13,4 +13,4 @@ fi python manage.py flush --no-input python manage.py migrate -exec "$@" \ No newline at end of file +exec "$@"