Skip to content

Commit 7c70b4d

Browse files
authored
Fix entrypoint so that it handles signals and works in k8s (#238)
1 parent a1b1bcf commit 7c70b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/benchbase/fullimage/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ cd ./profiles/${BENCHBASE_PROFILE}/
1515
if ! [ -d results/ ] || ! [ -w results/ ]; then
1616
echo "ERROR: The results directory either doesn't exist or isn't writable." >&2
1717
fi
18-
java -jar benchbase.jar $*
18+
exec java -jar benchbase.jar $*

0 commit comments

Comments
 (0)