aboutsummaryrefslogtreecommitdiffstats
path: root/gitolite-cgit
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-02-17 22:32:55 -0500
committerJesús <heckyel@hyperbola.info>2022-02-17 22:32:55 -0500
commitb4c1e8004bdc7f7c0f784cdb8826bf4724460bd2 (patch)
tree94238e18c310c372c55c04b3622086bb36ec881b /gitolite-cgit
parent56fb3bb208d167d615c4ee5f175d9eb1f2e62bd3 (diff)
downloadgitolite-cgit-docker-b4c1e8004bdc7f7c0f784cdb8826bf4724460bd2.tar.lz
gitolite-cgit-docker-b4c1e8004bdc7f7c0f784cdb8826bf4724460bd2.tar.xz
gitolite-cgit-docker-b4c1e8004bdc7f7c0f784cdb8826bf4724460bd2.zip
Remove unimportant volume
Diffstat (limited to 'gitolite-cgit')
-rw-r--r--gitolite-cgit/Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/gitolite-cgit/Dockerfile b/gitolite-cgit/Dockerfile
index fb9609d..d973249 100644
--- a/gitolite-cgit/Dockerfile
+++ b/gitolite-cgit/Dockerfile
@@ -20,9 +20,6 @@ RUN set -xe \
&& rm -rf /var/cache/apk/* \
&& rm -rf /tmp/*
-# Volume to store all ssh host key
-VOLUME [ "/etc/ssh" ]
-
# Volume to store Gitolite data, used for Gitolite setup
VOLUME [ "/var/lib/git" ]