Correct volume problem && add new volume

This commit is contained in:
Dryusdan 2017-11-23 20:35:58 +01:00
parent 386824f92b
commit 34e9cbfb69
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@ apk add -U ${BUILD_DEPS} \
&& rm -rf /tmp/* /var/cache/apk/* /tmp/* /root/.gnupg /root/.cache/ /diaspora/.git
COPY rootfs/ /
VOLUMES ["/config"]
VOLUME ["/config", "public"]
ENTRYPOINT [ "/usr/local/bin/startup" ]
CMD ["/bin/s6-svscan", "/etc/s6.d"]