Skip to content

Commit e9974b5

Browse files
committed
fix(docker): unable to stop by sending SIGINT
1 parent 1a34a65 commit e9974b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ REQBIN_DATABASE="${REQBIN_DATABASE:-data.db}"
88
dbmate --url "sqlite:$REQBIN_DATABASE" --no-dump-schema up
99

1010
# Run the app
11-
exec reqbin "$@"
11+
reqbin "$@"

0 commit comments

Comments
 (0)