Merge pull request #620 from filebrowser/chore-docker

This commit is contained in:
Henrique Dias
2019-01-08 17:38:07 +00:00
committed by GitHub
3 changed files with 2 additions and 3 deletions

View File

@@ -2,11 +2,10 @@ FROM scratch
COPY --from=filebrowser/dev /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
VOLUME /tmp
VOLUME /srv
EXPOSE 80
COPY .filebrowser.docker.json /.filebrowser.json
COPY .docker.json /.filebrowser.json
COPY filebrowser /filebrowser
ENTRYPOINT [ "/filebrowser" ]