Mercurial > code > home > repos > homeauto
comparison service/store/Dockerfile @ 1261:1431cd58803d
change port, put to /values, build updates
Ignore-this: 8ebe7c9293d7ae47f6de73677053cafb
darcs-hash:d871c2ddabe6bf403fc15c7f56a7325a98d45b71
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 20 Apr 2019 23:30:31 -0700 |
parents | c1792115b1d3 |
children | 2baf1f0994e3 |
comparison
equal
deleted
inserted
replaced
1260:301a9096219d | 1261:1431cd58803d |
---|---|
5 COPY requirements.txt ./ | 5 COPY requirements.txt ./ |
6 RUN pip install -r requirements.txt | 6 RUN pip install -r requirements.txt |
7 | 7 |
8 COPY *.py *.html ./ | 8 COPY *.py *.html ./ |
9 | 9 |
10 EXPOSE 11014 | 10 EXPOSE 10015 |
11 | 11 |
12 CMD [ "python", "./store.py" ] | 12 CMD [ "python", "./store.py" ] |