Skip to content

Commit 6690a0f

Browse files
authored
Merge pull request #10257 from Wouter0100/patch-1
fix(Docker): use correct python binary for exit listener
2 parents 76cc46c + 2c49c32 commit 6690a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/supervisor-exit-event-listener

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# A supervisor event listener which terminates supervisord if any of its child
33
# processes enter the FATAL state.
44
# https://stackoverflow.com/a/37527488/119527

0 commit comments

Comments
 (0)