fix Dockerfile entrypoint args

pull/603/head
1138-4EB 2019-01-06 03:36:08 +01:00
parent 3939e7b99d
commit 09a6ffb1f3
1 changed files with 1 additions and 1 deletions

View File

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