fix: add missing default config into the docker image

This commit is contained in:
Oleg Lobanov
2021-03-07 15:23:12 +01:00
parent 2fccb8c367
commit 7358b3fe31
3 changed files with 17 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ RUN apk --update add mailcap
VOLUME /srv
EXPOSE 80
COPY .docker.json /.filebrowser.json
COPY filebrowser /filebrowser
ENTRYPOINT [ "/filebrowser" ]