pozgo / docker-mkdocs

MkDocs in a Docker. (Alpine)
MIT License
86 stars 34 forks source link

Question: Modifying mkdocs CLI flags #52

Closed timoguin closed 1 year ago

timoguin commented 3 years ago

I am having an issue where the container is quitting without an error before serving the site. I am wanting to enable the --verbose flag for mkdocs, but I can't figure out a way to do that with the current entrypoint / cmd. Is this possible currently, or is this a feature request?

pozgo commented 3 years ago

https://github.com/pozgo/docker-mkdocs/blob/28b2e6308cd1f5d270569043a37362a8e0c0dfd5/container-files/bootstrap/app/mkdocs/common.py#L31

I think you could edit this and add the -v flag. Or whatever is reposnsible for enabling verbose mode

pozgo commented 1 year ago

Resolved