I have a python container that uses an entrypoint to start and exit the application like so.
#!/bin/bash cleanup () { kill -s SIGTERM $! echo "SIGTERM a