diff options
author | Jesús <heckyel@hyperbola.info> | 2022-02-17 22:32:55 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-02-17 22:32:55 -0500 |
commit | b4c1e8004bdc7f7c0f784cdb8826bf4724460bd2 (patch) | |
tree | 94238e18c310c372c55c04b3622086bb36ec881b /gitolite-cgit | |
parent | 56fb3bb208d167d615c4ee5f175d9eb1f2e62bd3 (diff) | |
download | gitolite-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/Dockerfile | 3 |
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" ] |