aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore8
1 files changed, 4 insertions, 4 deletions
diff --git a/.dockerignore b/.dockerignore
index d853d0d2..ec42c3f4 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -12,8 +12,8 @@
__pycache__
admin/tests
admin/tests.py
-api/tests
-api/tests.py
+pysite/apps/api/tests
+pysite/apps/api/tests.py
CHANGELOG.md
CONTRIBUTING.md
docker
@@ -31,5 +31,5 @@ README.md
scripts
Vagrantfile
venv
-wiki/tests
-wiki/tests.py
+pysite/apps/wiki/tests
+pysite/apps/wiki/tests.py