modified dockerfile
All checks were successful
build / docker (push) Successful in 12m42s

This commit is contained in:
Wyatt J. Miller 2024-11-10 13:30:21 -05:00
parent f0c2f13909
commit d865849426

View File

@ -11,5 +11,5 @@ RUN cargo test
# Production stage
FROM debian:bookworm-slim as production
WORKDIR /usr/src/app
COPY --from=builder /usr/src/app/target/release/ballbot .
CMD ["./ballbot"]
COPY --from=builder /usr/src/app/target/release/ball-bot .
CMD ["./ball-bot"]