Skip to content

Commit 735ba29

Browse files
committed
Replace tail with sleep infinity
1 parent 0704a8d commit 735ba29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ else
2020
fi
2121

2222
# Keep foreground process active ...
23-
tail -f /dev/null
23+
sleep infinity

0 commit comments

Comments
 (0)