fix ci
This commit is contained in:
parent
a7569ba098
commit
9ad05f60b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue