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