Revert "Remove unimportant volume"

This reverts commit b4c1e8004b.
This commit is contained in:
Jesús
2022-10-06 11:44:26 +08:00
parent 1557c11cba
commit 31deddce8f

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