mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
fix: keep command behavior in Dockerfile
This commit is contained in:
parent
2741616473
commit
7c0c7820ef
1 changed files with 1 additions and 2 deletions
|
|
@ -29,5 +29,4 @@ VOLUME /srv /config /database
|
|||
|
||||
EXPOSE 80
|
||||
|
||||
ENTRYPOINT [ "tini", "--", "/init.sh" ]
|
||||
CMD [ "filebrowser", "--config", "/config/settings.json" ]
|
||||
ENTRYPOINT [ "tini", "--", "/init.sh", "filebrowser", "--config", "/config/settings.json" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue