From 8b1523b8c484abed432dfd80d4592048e9861405 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sat, 6 Oct 2018 22:42:38 +0200 Subject: 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. --- .dockerignore | 1 + 1 file changed, 1 insertion(+) (limited to '.dockerignore') 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 -- cgit v1.2.3