mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 03:19:11 +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
|
||||
|
||||
# We do not need the Rust toolchain to run the binary!
|
||||
FROM debian:slim AS runtime
|
||||
FROM debian:bullseye-slim AS runtime
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/target/release/bot /usr/local/bin/bot
|
||||
ENTRYPOINT ["/usr/local/bin/bot"]
|
Loading…
Add table
Reference in a new issue