aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ec289b1..0702a01 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,4 +27,5 @@ COPY --from=build-env /build/target/release/containerspy /usr/bin/containerspy
# for mounting config.json into
RUN mkdir /etc/containerspy
-ENTRYPOINT ["containerspy"] \ No newline at end of file
+ENTRYPOINT ["containerspy"]
+STOPSIGNAL SIGINT \ No newline at end of file