diff options
author | 2021-03-10 17:52:54 +0000 | |
---|---|---|
committer | 2021-03-10 17:52:54 +0000 | |
commit | 24602966bcee772dcfb61ee7b725ab5432996138 (patch) | |
tree | 400d124b5b4e7bdced82ac691eea704c187a25eb | |
parent | Update CONTRIBUTNG.md with Poetry instructions (diff) |
Alter .dockerignore to allow poetry files
-rw-r--r-- | .dockerignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.dockerignore b/.dockerignore index 159e4f4c..cb6f8f88 100644 --- a/.dockerignore +++ b/.dockerignore @@ -3,6 +3,6 @@ # Make exceptions for what's needed !bot -!Pipfile -!Pipfile.lock +!pyproject.toml +!poetry.lock !LICENSE |