diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-06-27 11:18:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-27 11:18:51 +0100 |
commit | b2d2617c0de61db4cf81336d21e17bccc832eb70 (patch) | |
tree | c80399c4c1760d6e17f7b3684c4271ce2631b4d3 /changelog.d | |
parent | Merge pull request #5563 from matrix-org/rav/docker/data_dir (diff) | |
download | synapse-b2d2617c0de61db4cf81336d21e17bccc832eb70.tar.xz |
Reduce the amount of stuff we send in the docker context (#5564)
this makes docker builds a bit faster.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5564.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5564.misc b/changelog.d/5564.misc new file mode 100644 index 0000000000..e209cdcc29 --- /dev/null +++ b/changelog.d/5564.misc @@ -0,0 +1 @@ +Reduce the amount of stuff we send in the docker context. |