aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-03-10 17:52:54 +0000
committerGravatar Joe Banks <[email protected]>2021-03-10 17:52:54 +0000
commit24602966bcee772dcfb61ee7b725ab5432996138 (patch)
tree400d124b5b4e7bdced82ac691eea704c187a25eb
parentUpdate CONTRIBUTNG.md with Poetry instructions (diff)
Alter .dockerignore to allow poetry files
-rw-r--r--.dockerignore4
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