fix: use exec the uvicorn process to handle Docker's SIGTERM correctly
Replace the shell with the uvicorn process, so it becomes PID 1 and receives the signals directly
Showing
Please register or sign in to comment
Replace the shell with the uvicorn process, so it becomes PID 1 and receives the signals directly