Initial Commit
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM python:latest
|
||||
WORKDIR /usr/local/bin
|
||||
COPY mqtt-log.py .
|
||||
RUN pip install --no-cache-dir paho-mqtt
|
||||
CMD ["python","-u","mqtt-log.py"]
|
||||
Reference in New Issue
Block a user