mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 11:29:12 +00:00
debian pls
This commit is contained in:
parent
3c49529fe3
commit
9e057e8692
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ COPY . .
|
||||||
RUN cargo build --release --bin bot
|
RUN cargo build --release --bin bot
|
||||||
|
|
||||||
# We do not need the Rust toolchain to run the binary!
|
# We do not need the Rust toolchain to run the binary!
|
||||||
FROM debian:slim AS runtime
|
FROM debian:bullseye-slim AS runtime
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app/target/release/bot /usr/local/bin/bot
|
COPY --from=builder /app/target/release/bot /usr/local/bin/bot
|
||||||
ENTRYPOINT ["/usr/local/bin/bot"]
|
ENTRYPOINT ["/usr/local/bin/bot"]
|
Loading…
Add table
Reference in a new issue