mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
chore(dokerfile): load config file implicitly
This commit is contained in:
parent
d5fcb555cb
commit
0f2be941e8
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue