fix deploy #24
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user