fix Dockerfile entrypoint args

This commit is contained in:
1138-4EB 2019-01-06 03:36:08 +01:00
parent 3939e7b99d
commit 09a6ffb1f3

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" ]