]> OzVa Git service - ozva-cloud/commitdiff
fix: set the STOPSIGNAL to SIGINT for Dockerfile
authorSylvain Prat <sylvain.prat@gmail.com>
Sat, 10 Dec 2022 00:31:46 +0000 (01:31 +0100)
committerGitHub <noreply@github.com>
Sat, 10 Dec 2022 00:31:46 +0000 (08:31 +0800)
Dockerfile

index 026e2e0ff335aafec52d837e10e26426b7a0c98f..94219fbd95eb7540180593652af6ff16ac7c73b4 100644 (file)
@@ -15,4 +15,5 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
 
 FROM scratch
 COPY --from=builder /bin/dufs /bin/dufs
+STOPSIGNAL SIGINT
 ENTRYPOINT ["/bin/dufs"]