chore(dokerfile): load config file implicitly
This commit is contained in:
parent
d5fcb555cb
commit
0f2be941e8
@ -7,6 +7,6 @@ VOLUME /srv
|
|||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
COPY filebrowser /filebrowser
|
COPY filebrowser /filebrowser
|
||||||
COPY Docker.json /config.json
|
COPY Docker.json /.filebrowser.json
|
||||||
|
|
||||||
ENTRYPOINT ["/filebrowser", "--config", "/config.json"]
|
ENTRYPOINT ["/filebrowser"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user