add resources to final output

This commit is contained in:
Maple 2025-11-03 20:44:47 +01:00
commit 3eafc236e9

View file

@ -23,6 +23,7 @@ WORKDIR /app
# Copy the compiled binary from the builder stage # 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/target/x86_64-unknown-linux-musl/prod/account /account
COPY --from=builder /app/res /
# Set executable permissions # Set executable permissions
# RUN chmod +x /account # RUN chmod +x /account