aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-03 03:50:09 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-03 03:50:09 +0100
commita6be88ba21e6c3b992df3f3ec6219ff344f1ca8c (patch)
tree0b31197d436d8ed994ff94109d83cb3dfaaa99b3
parent22a93f95ef3636dff13ff6e925a34de59987564e (diff)
downloadcgit-oci-a6be88ba21e6c3b992df3f3ec6219ff344f1ca8c.tar.gz
cgit-oci-a6be88ba21e6c3b992df3f3ec6219ff344f1ca8c.tar.bz2
cgit-oci-a6be88ba21e6c3b992df3f3ec6219ff344f1ca8c.tar.lz
cgit-oci-a6be88ba21e6c3b992df3f3ec6219ff344f1ca8c.zip

fix: make more easily copypastable by specifying context

-rw-r--r--compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/compose.yml b/compose.yml
index e3359f2..a60b686 100644
--- a/compose.yml
+++ b/compose.yml
@@ -2,6 +2,7 @@ services:
cgit:
image: docker.io/memdmp/cgit:local-build
build:
+ context: .
dockerfile: ./Dockerfile
volumes:
- cgit_ssh:/etc/ssh:rw