diff options
author | 2019-09-30 12:24:16 +0200 | |
---|---|---|
committer | 2019-09-30 12:24:16 +0200 | |
commit | 413d7ba14dc9ea189a57ac38cc2c3dd2fdea1030 (patch) | |
tree | 99a76d6169c04468a5dd3194979bd2b64daf1a7f /docker/app/scripts/migrate.sh | |
parent | Reject unhidden note or hidden warning infraction (diff) | |
parent | Correct the Dockerfile path for azure. (diff) |
Merge branch 'master' into decoupling-warnings-and-notes
Diffstat (limited to 'docker/app/scripts/migrate.sh')
-rwxr-xr-x | docker/app/scripts/migrate.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docker/app/scripts/migrate.sh b/docker/app/scripts/migrate.sh deleted file mode 100755 index 22636c93..00000000 --- a/docker/app/scripts/migrate.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -echo --- Applying migrations --- -python manage.py migrate --verbosity 1 - -echo --- Collecting static files --- -python manage.py collectstatic --no-input --clear --verbosity 1 - -echo --- Starting uwsgi --- -exec "$@" # This runs the CMD at the end of the Dockerfile |