correct public path

This commit is contained in:
Dryusdan 2017-11-23 21:13:20 +01:00
parent e7be65603a
commit c081d76f61
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ RUN export BUILD_DEPS="build-base \
&& rm -rf /tmp/* /var/cache/apk/* /tmp/* /root/.gnupg /root/.cache/ /diaspora/.git
COPY rootfs/ /
VOLUME ["/config", "/public"]
VOLUME ["/config", "/diaspora/public"]
EXPOSE 3000
ENTRYPOINT [ "/usr/local/bin/startup" ]
CMD ["/bin/s6-svscan", "/etc/s6.d"]