Start uwsgi with `exec` so it receives signals correctly
- May 28, 2019
-
-
Jelle Besseling authoreda28c845e
-
Jelle Besseling authoredbc7c651f
-
This article advices to use exec
when starting docker containers using a shell script.
It makes sure the entrypoint of the docker container receives the signals sent by docker, e.g. when docker stop
is used.