diff service/piNode/Dockerfile @ 1428:56e07d3f0930

frontdoor configs; move device class timing to greplin stats Ignore-this: f32495ae0d3b4c6f50fe1ba46c57abcd darcs-hash:c8b6f8460b858868837dc9c98f844528531fe98c
author drewp <drewp@bigasterisk.com>
date Thu, 08 Aug 2019 16:50:14 -0700
parents f2159312b0e7
children 7c04b4f675ec
line wrap: on
line diff
--- a/service/piNode/Dockerfile	Thu Aug 08 16:48:40 2019 -0700
+++ b/service/piNode/Dockerfile	Thu Aug 08 16:50:14 2019 -0700
@@ -1,7 +1,7 @@
 FROM bang6:5000/base_pi
 
 # super slow build
-RUN pip install grpcio==1.18.0
+RUN pip install grpcio==1.22.0
 
 WORKDIR /opt
 
@@ -16,4 +16,6 @@
 COPY *.py ./
 COPY config/ ./config/
 
+EXPOSE 9059
+
 CMD [ "python", "./piNode.py" ]