Revert "Remove unimportant volume"

This reverts commit b4c1e8004bdc7f7c0f784cdb8826bf4724460bd2.
This commit is contained in:
Jesús 2022-10-06 11:44:26 +08:00
parent 1557c11cba
commit 31deddce8f
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -20,6 +20,9 @@ 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" ]