diff service/wifi/Dockerfile @ 423:e0703c7824e9

very big rewrite. py3; orbi-only for now; n3 config file; delete or move out dead code Ignore-this: bfecea6f4990d34b36cc6d97cc6c6fa2
author drewp@bigasterisk.com
date Sat, 30 Mar 2019 23:38:47 -0700
parents 47d7dd31bb2c
children d0830394bf7b
line wrap: on
line diff
--- a/service/wifi/Dockerfile	Sat Mar 30 18:59:19 2019 -0700
+++ b/service/wifi/Dockerfile	Sat Mar 30 23:38:47 2019 -0700
@@ -9,7 +9,7 @@
 # not sure why this doesn't work from inside requirements.txt
 RUN pip3 install -U 'https://github.com/drewp/cyclone/archive/python3.zip?v2'
 
-COPY *.py *.n3 *.json *.html ./
+COPY *.py *.n3 *.html ./
 
 EXPOSE 9070