diff options
author | 2019-09-29 18:17:29 +0200 | |
---|---|---|
committer | 2019-09-29 18:17:29 +0200 | |
commit | ed38ec2f79fab4758c1e708bb321dc23930f8fe0 (patch) | |
tree | 7a57dd244ea83ab8facbc0e573aabed6dd3b4dcb /docker/app/scripts/migrate.sh | |
parent | Add static images for wiki contributing guides (#266) (diff) | |
parent | Merge branch 'master' into new-managepy (diff) |
Merge pull request #265 from python-discord/new-managepy
Custom `manage.py` Entry Point Script
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 |