FROM alpine:3.22 AS runtime COPY /target/x86_64-unknown-linux-musl/release/asset-tool /usr/local/bin/ ENTRYPOINT ["/usr/local/bin/asset-tool"]