diff --git a/docker/idhub.entrypoint.sh b/docker/idhub.entrypoint.sh index 512b783..ee936b4 100755 --- a/docker/idhub.entrypoint.sh +++ b/docker/idhub.entrypoint.sh @@ -29,7 +29,6 @@ deployment_strategy() { # detect if existing deployment (TODO only works with sqlite) if [ -f "${idhub_dir}/db.sqlite3" ]; then echo "INFO: detected EXISTING deployment" - ./manage.py makemigrations ./manage.py migrate # warn admin that it should re-enter password to keep the service working