diff options
author | David Robertson <davidr@element.io> | 2022-04-07 12:43:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 11:43:31 +0000 |
commit | 3a7e97c7ade17a47517aadc0e9e305a1894119ac (patch) | |
tree | cf5c5f440c436a0a7ce44160c35f196a05c3ea53 /.dockerignore | |
parent | Support the v1 endpoint for `/relations`. (#12403) (diff) | |
download | synapse-3a7e97c7ade17a47517aadc0e9e305a1894119ac.tar.xz |
Poetry: use locked environment in Docker images (#12385)
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.dockerignore b/.dockerignore index 434231fce9..a236760cf1 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,8 +4,12 @@ # things to include !docker !synapse -!MANIFEST.in !README.rst +!pyproject.toml +!poetry.lock + +# TODO: remove these once we have moved over to using poetry-core in pyproject.toml +!MANIFEST.in !setup.py **/__pycache__ |