mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 00:59:02 +03:00
fix: set the STOPSIGNAL to SIGINT for Dockerfile
This commit is contained in:
@@ -15,4 +15,5 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
|
|||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=builder /bin/dufs /bin/dufs
|
COPY --from=builder /bin/dufs /bin/dufs
|
||||||
|
STOPSIGNAL SIGINT
|
||||||
ENTRYPOINT ["/bin/dufs"]
|
ENTRYPOINT ["/bin/dufs"]
|
||||||
|
|||||||
Reference in New Issue
Block a user