diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
