From d66f786acad940881a43558143c105713e4a1281 Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Thu, 28 Aug 2025 04:06:18 -0700 Subject: [PATCH] fix deploy --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index d0253bc..054a2ef 100644 --- a/Containerfile +++ b/Containerfile @@ -1,3 +1,3 @@ FROM alpine:3.22 AS runtime -COPY /target/x86_64-unknown-linux-musl/release/asset-tool / -ENTRYPOINT ["/asset-tool"] +COPY /target/x86_64-unknown-linux-musl/release/asset-tool /usr/local/bin/ +ENTRYPOINT ["/usr/local/bin/asset-tool"] -- 2.49.1