diff options
author | 2018-09-23 16:17:39 +0200 | |
---|---|---|
committer | 2018-09-23 16:17:39 +0200 | |
commit | 762f2b438d8337d2268a7b68d74f293371d20c6d (patch) | |
tree | e93f3def2924fac8e7b0566f6947601faf5dda71 /.dockerignore | |
parent | Ensure Django logs to stdout. (diff) |
Don't ignore `migrations` directory in container.
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.dockerignore b/.dockerignore index 55fb0e6d..33fc984e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -10,10 +10,8 @@ .vagrant .venv __pycache__ -admin/migrations admin/tests admin/tests.py -api/migrations api/tests api/tests.py CHANGELOG.md @@ -23,7 +21,6 @@ docker docker-compose.yml Dockerfile docs -home/migrations home/tests home/tests.py htmlcov @@ -33,6 +30,5 @@ README.md scripts Vagrantfile venv -wiki/migrations wiki/tests wiki/tests.py |