I'm using the base image for mkdocs, but in the dockerfile I call some pip install commands for tooling.
I'm a little confused as I added WithExec() before the final calls and it still uses the /bin/tini -- mkdocs {mycommands}.
I know I'm mixed up on the lifecycle probably, but spent an hour digging through some examples and not sure what piece I was missing. Any quick pointer?