diff options
author | kaiyou <pierre@jaury.eu> | 2018-02-04 10:58:07 +0100 |
---|---|---|
committer | kaiyou <pierre@jaury.eu> | 2018-02-04 10:58:07 +0100 |
commit | 48bc22f89dadb8278cf2b8c940604534999d246f (patch) | |
tree | 6d8555aec7cb90466889f6e6d6dfd07fe524ada4 /.dockerignore | |
parent | Add template config files for the Docker image (diff) | |
download | synapse-48bc22f89dadb8278cf2b8c940604534999d246f.tar.xz |
Allow for a wheel cache and include missing files in the build
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000000..f36f86fbb7 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,5 @@ +Dockerfile +.travis.yml +.gitignore +demo/etc +tox.ini |