summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-06-21 16:20:21 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-06-21 16:25:55 +0200
commit7d9b2facb69b73dcc11293ff80e60e2307a8b1b1 (patch)
tree3224e5f90898b584318fc9ea40b4a92f4eb71df5
parent719991b78af9ac6915179209771be4138065e182 (diff)
Shrink the docker context
-rw-r--r--.dockerignore8
1 files changed, 3 insertions, 5 deletions
diff --git a/.dockerignore b/.dockerignore
index 93d2783..112f7bf 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,5 +1,3 @@
-.git
-target/debug/deps
-target/debug/build
-target/release/deps
-target/release/build \ No newline at end of file
+*
+!target/debug/shackle-shell
+!target/release/shackle-shell