chore(dokerfile): load config file implicitly

pull/515/head
1138-4EB 2018-08-22 13:09:21 +01:00
parent d5fcb555cb
commit 0f2be941e8
1 changed files with 2 additions and 2 deletions

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"]