diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2022-09-16 17:38:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 15:38:54 +0000 |
commit | d5292b8017eca15d9da96bc68eb5ae0f5c83734a (patch) | |
tree | 6c915b9446ad9319be3cc19d3b8de88e1e4febec /.dockerignore | |
parent | Compare ported to unported PG schemas in portdb test job (#13808) (diff) | |
download | synapse-d5292b8017eca15d9da96bc68eb5ae0f5c83734a.tar.xz |
Fix Docker build when Rust .so has been build locally first (#13811)
Signed-off-by: Mathieu Velten <mathieuv@matrix.org>
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index 8eb1e4df8a..5670b8c15b 100644 --- a/.dockerignore +++ b/.dockerignore @@ -11,5 +11,6 @@ !build_rust.py rust/target +synapse/*.so **/__pycache__ |