fix: set the STOPSIGNAL to SIGINT for Dockerfile

pull/152/head
Sylvain Prat 2022-12-10 01:31:46 +01:00 committed by GitHub
parent d35cea4c36
commit f061365587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View 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"]