Skip to content

Commit

Permalink
ci: copy the right binary for the rust build
Browse files Browse the repository at this point in the history
  • Loading branch information
BenJeau committed Jun 3, 2024
1 parent 4795dde commit 9d0739a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ RUN SQLX_OFFLINE=true cargo build --release

FROM debian:bookworm-20240408-slim
RUN apt-get update && apt-get install -y libpq-dev ca-certificates
COPY --from=builder /app/target/release/backend /
COPY --from=builder /app/target/release/server /

EXPOSE 3456

CMD [ "/backend" ]
CMD [ "/server" ]

0 comments on commit 9d0739a

Please sign in to comment.