Remove unimportant volume

This commit is contained in:
Jesús
2022-02-17 22:32:55 -05:00
parent 56fb3bb208
commit b4c1e8004b

View File

@@ -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" ]