diff --git a/Dockerfile b/Dockerfile index 026e2e0..94219fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,5 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \ FROM scratch COPY --from=builder /bin/dufs /bin/dufs +STOPSIGNAL SIGINT ENTRYPOINT ["/bin/dufs"]