fix: set the STOPSIGNAL to SIGINT for Dockerfile
This commit is contained in:
parent
d35cea4c36
commit
f061365587
1 changed files with 1 additions and 0 deletions
|
@ -15,4 +15,5 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
|
|||
|
||||
FROM scratch
|
||||
COPY --from=builder /bin/dufs /bin/dufs
|
||||
STOPSIGNAL SIGINT
|
||||
ENTRYPOINT ["/bin/dufs"]
|
||||
|
|
Loading…
Reference in a new issue