mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
fix Dockerfile entrypoint args
This commit is contained in:
parent
3939e7b99d
commit
09a6ffb1f3
1 changed files with 1 additions and 1 deletions
|
|
@ -8,5 +8,5 @@ EXPOSE 80
|
|||
|
||||
COPY filebrowser /filebrowser
|
||||
|
||||
ENTRYPOINT [ "/filebrowser", "--database /database.db" ]
|
||||
ENTRYPOINT [ "/filebrowser", "--database", "/database.db" ]
|
||||
CMD [ "--scope /srv", "--port 80" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue