FROM debian:bookworm ADD target/release/iot-cloud /iot-cloud RUN apt update && apt upgrade -y && apt install openssl -y ENV RUST_LOG=debug EXPOSE 8080 CMD [ "/iot-cloud" ]