From c34b15bddcb7cdff375f60e0b1ba64c2426909f0 Mon Sep 17 00:00:00 2001 From: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:23:41 -0500 Subject: [PATCH] Add STOPSIGNAL to Dockerfile (#758) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index be3df53..ddfe995 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,3 +19,4 @@ COPY --from=builder /app/pgcat.toml /etc/pgcat/pgcat.toml WORKDIR /etc/pgcat ENV RUST_LOG=info CMD ["pgcat"] +STOPSIGNAL SIGINT