From 855ecf39a36efe689f6af90d44d9a168453b78fa Mon Sep 17 00:00:00 2001 From: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com> Date: Thu, 20 Jun 2024 23:38:16 -0500 Subject: [PATCH] Add STOPSIGNAL to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index be3df536..ddfe9952 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