aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-07-03 15:04:02 +0200
committerGravatar Leon Sandøy <[email protected]>2019-07-03 15:04:02 +0200
commit793249576d26ab448d6f55497a6bef05c8e27ede (patch)
treebf04424e9b3044ccf9697e1bbead2d6e3489ee12 /.dockerignore
parentAdding django.pythondiscord.com to ALLOWED_HOSTS (diff)
Setting up a method for automatically applying migrations in production. Making a separate Dockerfile for local docker-compose builds.
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.dockerignore b/.dockerignore
index 4ad7c8a7..18ea6955 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -17,10 +17,12 @@ pydis_site/apps/api/tests.py
CHANGELOG.md
CONTRIBUTING.md
docker
-!docker/app/migrate_and_boot.sh
+!docker/app/scripts/migrate_and_boot.sh
+!docker/app/scripts/migrate.sh
!docker/app/uwsgi.ini
docker-compose.yml
Dockerfile
+Dockerfile.local
docs
home/tests
home/tests.py