From 3eafc236e9f9f2de501c374c85ed6c1a686620db Mon Sep 17 00:00:00 2001 From: Maple Date: Mon, 3 Nov 2025 20:44:47 +0100 Subject: [PATCH] add resources to final output --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d1a9224..efe48ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ WORKDIR /app # Copy the compiled binary from the builder stage COPY --from=builder /app/target/x86_64-unknown-linux-musl/prod/account /account +COPY --from=builder /app/res / # Set executable permissions # RUN chmod +x /account