comparison service/wifi/Dockerfile @ 1226:7de8f0cd3392

very big rewrite. py3; orbi-only for now; n3 config file; delete or move out dead code Ignore-this: bfecea6f4990d34b36cc6d97cc6c6fa2 darcs-hash:79a3d55bfae5776b2374faa2020b6e27f17eb390
author drewp <drewp@bigasterisk.com>
date Sat, 30 Mar 2019 23:38:47 -0700
parents e1202af42d4d
children b287950fbcf4
comparison
equal deleted inserted replaced
1225:b8c0daabe5a5 1226:7de8f0cd3392
7 COPY requirements.txt ./ 7 COPY requirements.txt ./
8 RUN pip3 install -r requirements.txt 8 RUN pip3 install -r requirements.txt
9 # not sure why this doesn't work from inside requirements.txt 9 # not sure why this doesn't work from inside requirements.txt
10 RUN pip3 install -U 'https://github.com/drewp/cyclone/archive/python3.zip?v2' 10 RUN pip3 install -U 'https://github.com/drewp/cyclone/archive/python3.zip?v2'
11 11
12 COPY *.py *.n3 *.json *.html ./ 12 COPY *.py *.n3 *.html ./
13 13
14 EXPOSE 9070 14 EXPOSE 9070
15 15
16 CMD [ "python3", "wifi.py" ] 16 CMD [ "python3", "wifi.py" ]