feat: scope must be set on CMD

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
pull/601/head
Henrique Dias 2019-01-05 23:49:18 +00:00
parent ed3d32e3ba
commit 3939e7b99d
1 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,5 @@ EXPOSE 80
COPY filebrowser /filebrowser
ENTRYPOINT [ "/filebrowser", "--database /database.db", "--scope /srv" ]
CMD [ "--port 80" ]
ENTRYPOINT [ "/filebrowser", "--database /database.db" ]
CMD [ "--scope /srv", "--port 80" ]