diff --git a/Dockerfile b/Dockerfile index db2e498..ba283ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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