Test push
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 1m11s
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 1m11s
This commit is contained in:
@@ -6,7 +6,7 @@ python generate_config.py && python pterodisbot.py &
|
|||||||
# Capture the application's process ID
|
# Capture the application's process ID
|
||||||
pid=$!
|
pid=$!
|
||||||
|
|
||||||
# Trap the SIGTERM signal and pass it through to the process upon stopping the container
|
# Trap the SIGTERM signal and pass it through to the process upon container receiving stop command
|
||||||
trap "kill -TERM $pid" SIGTERM
|
trap "kill -TERM $pid" SIGTERM
|
||||||
|
|
||||||
# Wait for process to complete
|
# Wait for process to complete
|
||||||
|
Reference in New Issue
Block a user