mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
chore(dokerfile): load config file implicitly
This commit is contained in:
parent
d5fcb555cb
commit
0f2be941e8
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user