comparison 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
comparison
equal deleted inserted replaced
1427:6bd36e5e109f 1428:56e07d3f0930
1 FROM bang6:5000/base_pi 1 FROM bang6:5000/base_pi
2 2
3 # super slow build 3 # super slow build
4 RUN pip install grpcio==1.18.0 4 RUN pip install grpcio==1.22.0
5 5
6 WORKDIR /opt 6 WORKDIR /opt
7 7
8 COPY requirements.txt ./ 8 COPY requirements.txt ./
9 9
14 #RUN pip3 install -U 'https://github.com/drewp/cyclone/archive/python3.zip?v3' 14 #RUN pip3 install -U 'https://github.com/drewp/cyclone/archive/python3.zip?v3'
15 15
16 COPY *.py ./ 16 COPY *.py ./
17 COPY config/ ./config/ 17 COPY config/ ./config/
18 18
19 EXPOSE 9059
20
19 CMD [ "python", "./piNode.py" ] 21 CMD [ "python", "./piNode.py" ]