aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-03-02 16:09:37 +0000
committerGravatar Chris Lovering <[email protected]>2025-03-02 16:16:36 +0000
commit9b71b4bfe5ddcb6f1db0b74339cc317939d18310 (patch)
tree2874997214e96548159d63e392ecbd2b3da7983a
parentUpdate dockerfile to use uv (diff)
Add a docker ignore file
-rw-r--r--.dockerignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..f350a0a
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,7 @@
+# Ignore everything
+**
+
+# Except what we need
+!arthur
+!pyproject.toml
+!uv.lock