https://www.gravatar.com/avatar/15eb8a0082859e35f30a519703170162?s=240&d=mp

TIL: Docker CMD

Use the JSON Form in Docker CMD statements

The string form of the Docker CMD statement passes through a shell and behaves differently with signals than the JSON form does.

My SIGTERM signal was not being passed through to my webapp.