mirror of
https://github.com/Adam-Ant/mqtt-dash
synced 2025-07-01 10:10:56 +00:00
Initial Commit
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@ -0,0 +1,12 @@
|
||||
FROM alpine:3.4
|
||||
MAINTAINER "Adam Dodman <adam.dodman@gmx.com>"
|
||||
|
||||
RUN apk add --no-cache python py-pip \
|
||||
&& pip install --upgrade pip \
|
||||
&& pip install paho-mqtt scapy \
|
||||
&& mkdir dash \
|
||||
&& ln -s /config/dash.cfg /dash/dash.cfg
|
||||
|
||||
ADD main.py /config
|
||||
|
||||
CMD ["python","/dash/main.py"]
|
Reference in New Issue
Block a user