Dockerfile 116 B

1234567
  1. FROM python:3.11-slim
  2. RUN pip install paho-mqtt
  3. ADD mqtt_client.py /mqtt_client.py
  4. CMD python -u /mqtt_client.py