logfix
All checks were successful
deploy / deploy (push) Successful in 1m3s

This commit is contained in:
2024-10-02 19:59:24 +03:00
parent 1953c13f01
commit 2c535e9848
2 changed files with 15 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ RUN cargo build --release
FROM rust
ENV RUST_BACKTRACE=full
ENV RUST_LOG=debug
ENV RUST_LOG=warn
RUN apt-get update && apt install -y openssl libssl-dev