diff options
author | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2018-05-11 17:21:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-11 17:21:12 +0100 |
commit | 16f41237f076485184237a91e62b41445e75fc33 (patch) | |
tree | 915562c702471ba340e16d547a7fc501e36dcc95 /MANIFEST.in | |
parent | Merge pull request #3208 from matrix-org/rav/more_refactor_request_handler (diff) | |
parent | Add Docker packaging in the author list (diff) | |
download | synapse-16f41237f076485184237a91e62b41445e75fc33.tar.xz |
Merge pull request #2846 from kaiyou/feat-dockerfile
Add a Dockerfile for synapse
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index afb60e12ee..e2a6623a63 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -25,6 +25,8 @@ recursive-include synapse/static *.js exclude jenkins.sh exclude jenkins*.sh exclude jenkins* +exclude Dockerfile +exclude .dockerignore recursive-exclude jenkins *.sh prune .github |