Remove unimportant volume

This commit is contained in:
Jesús 2022-02-17 22:32:55 -05:00
parent 56fb3bb208
commit b4c1e8004b
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

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