correct folder path

This commit is contained in:
Dryusdan 2017-11-23 21:04:56 +01:00
parent 501036bd45
commit e7be65603a
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", "/public"]
EXPOSE 3000
ENTRYPOINT [ "/usr/local/bin/startup" ]
CMD ["/bin/s6-svscan", "/etc/s6.d"]