Merge pull request #10257 from Wouter0100/patch-1

fix(Docker): use correct python binary for exit listener
This commit is contained in:
snipe 2021-11-02 14:53:35 -07:00 committed by GitHub
commit 6690a0f1df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# A supervisor event listener which terminates supervisord if any of its child
# processes enter the FATAL state.
# https://stackoverflow.com/a/37527488/119527