comparison service/mqtt_graph_bridge/Dockerfile @ 1178:e3991af5bd39

receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer Ignore-this: 3b180d528a9bd7f2f330e565311013d6 darcs-hash:ac3b164fbf124a1569f147e677b952c23043144b
author drewp <drewp@bigasterisk.com>
date Sat, 08 Dec 2018 01:48:37 -0800
parents
children 30022797642e
comparison
equal deleted inserted replaced
1177:025ad7fef554 1178:e3991af5bd39
1 FROM bang6:5000/base_x86
2
3 WORKDIR /opt
4
5 COPY requirements.txt ./
6 RUN pip install -r requirements.txt
7
8 COPY *.py *.html *.css *.js ./
9
10 EXPOSE 10008:10008
11
12 CMD [ "python", "./mqtt_graph_bridge.py", "-v" ]