chore(dokerfile): load config file implicitly

This commit is contained in:
1138-4EB 2018-08-22 13:09:21 +01:00
parent d5fcb555cb
commit 0f2be941e8

View File

@ -7,6 +7,6 @@ VOLUME /srv
EXPOSE 80
COPY filebrowser /filebrowser
COPY Docker.json /config.json
COPY Docker.json /.filebrowser.json
ENTRYPOINT ["/filebrowser", "--config", "/config.json"]
ENTRYPOINT ["/filebrowser"]