This commit is contained in:
Tim Nebel 2025-03-07 11:59:08 +00:00
commit 9ad05f60b8

View file

@ -15,7 +15,7 @@ FROM rust:alpine AS final
WORKDIR /app
# Copy the compiled binary from the builder stage
COPY --from=builder /app/target/release/account /app/account
COPY --from=builder /app/target/prod/account /app/account
# Set executable permissions
RUN chmod +x /app/account