Skip to content

Commit 1ea8830

Browse files
authored
fix: keep foreground process active (serkodev#2)
1 parent 68e7e47 commit 1ea8830

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
@@ -23,4 +23,4 @@ else
2323
fi
2424

2525
# Keep foreground process active ...
26-
tail -f /var/log/rabbitmq/*.log
26+
tail -f /dev/null

0 commit comments

Comments
 (0)