Skip to content

Commit

Permalink
🐛 Fix ctrl-c not stopping graalvm container
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed Oct 17, 2024
1 parent 81975c9 commit d573fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bin/entrypoint-graalvm.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

source /root/.bashrc && java -Dfile.encoding=UTF-8 -server -jar /opt/restheart/restheart.jar "$@"
source /root/.bashrc && exec java -Dfile.encoding=UTF-8 -server -jar /opt/restheart/restheart.jar "$@"

0 comments on commit d573fc4

Please sign in to comment.