diff options
author | 2019-04-05 18:24:32 +0100 | |
---|---|---|
committer | 2019-04-05 18:24:32 +0100 | |
commit | ab8b798547e82ca79882ba28b1920077c803425f (patch) | |
tree | b28a9005d05dfd2c9da62351671bf2aa6e37f7dc /.dockerignore | |
parent | [#158 #160] Automatically run collectstatic in containers/setup script (diff) |
pysite -> pydis_site
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.dockerignore b/.dockerignore index ec42c3f4..ca6ba308 100644 --- a/.dockerignore +++ b/.dockerignore @@ -12,8 +12,8 @@ __pycache__ admin/tests admin/tests.py -pysite/apps/api/tests -pysite/apps/api/tests.py +pydis_site/apps/api/tests +pydis_site/apps/api/tests.py CHANGELOG.md CONTRIBUTING.md docker @@ -31,5 +31,5 @@ README.md scripts Vagrantfile venv -pysite/apps/wiki/tests -pysite/apps/wiki/tests.py +pydis_site/apps/wiki/tests +pydis_site/apps/wiki/tests.py |