This commit is contained in:
parent
f0c2f13909
commit
d865849426
@ -11,5 +11,5 @@ RUN cargo test
|
|||||||
# Production stage
|
# Production stage
|
||||||
FROM debian:bookworm-slim as production
|
FROM debian:bookworm-slim as production
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY --from=builder /usr/src/app/target/release/ballbot .
|
COPY --from=builder /usr/src/app/target/release/ball-bot .
|
||||||
CMD ["./ballbot"]
|
CMD ["./ball-bot"]
|
||||||
|
Loading…
Reference in New Issue
Block a user