aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-10-06 22:42:38 +0200
committerGravatar Johannes Christ <[email protected]>2018-10-06 22:42:38 +0200
commit8b1523b8c484abed432dfd80d4592048e9861405 (patch)
tree29010b57ac42109f4f06546516217fe74942ca6e /.dockerignore
parentUse proper keyword argument. (diff)
Update the compose file and dockerapp file.
The development app from the compose file will now apply migrations on boot and additionally, it will use Django's development server along with the current directory mounted read-only into the container in order to support code reloading, helpful while development.
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
index 33fc984e..d853d0d2 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -17,6 +17,7 @@ api/tests.py
CHANGELOG.md
CONTRIBUTING.md
docker
+!docker/app/migrate_and_boot.sh
!docker/app/uwsgi.ini
docker-compose.yml
Dockerfile