Mercurial > code > home > repos > homeauto
view service/rdf_to_mqtt/Dockerfile @ 1563:71eec31da919
more theater output controls
Ignore-this: 34e105c3760b9df22d63eb0035aca19d
darcs-hash:095f5932e595b89d909c85018999fa926503abcd
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Fri, 14 Feb 2020 10:21:24 -0800 |
parents | 8c410b493da4 |
children |
line wrap: on
line source
FROM bang6:5000/base_x86 WORKDIR /opt COPY requirements.txt ./ RUN pip3 install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple -r requirements.txt RUN pip3 install -U 'https://github.com/drewp/cyclone/archive/python3.zip?v3' COPY *.py *.html *.js ./ EXPOSE 10011:10011 CMD [ "python3", "./rdf_to_mqtt.py" ]