fix: add missing default config into the docker image
This commit is contained in:
@@ -5,6 +5,7 @@ RUN apk --update add mailcap
|
||||
VOLUME /srv
|
||||
EXPOSE 80
|
||||
|
||||
COPY .docker.json /.filebrowser.json
|
||||
COPY filebrowser /filebrowser
|
||||
|
||||
ENTRYPOINT [ "/filebrowser" ]
|
||||
Reference in New Issue
Block a user