rust-debug
All checks were successful
deploy / deploy (push) Successful in 49s

This commit is contained in:
Untone 2024-10-02 18:55:38 +03:00
parent e3937e70ae
commit bd3f3661c4

View File

@ -26,10 +26,13 @@ RUN cargo build --release
FROM rust
ENV RUST_BACKTRACE=full
ENV RUST_LOG=debug
RUN apt-get update && apt install -y openssl libssl-dev
COPY --from=build /quoter/target/release/quoter .
ENV PORT=8080
EXPOSE 8080
CMD ["./quoter"]