Mercurial > code > home > repos > homeauto
view service/collector/Dockerfile @ 351:7716b1810d6c
reasoning & collector move into docker images
Ignore-this: 67e97d307eba96791cbe77e57c57ad57
author | drewp@bigasterisk.com |
---|---|
date | Mon, 03 Sep 2018 00:45:34 -0700 |
parents | |
children | ee74dc3b58fb |
line wrap: on
line source
FROM bang6:5000/base_x86 WORKDIR /opt COPY requirements.txt ./ RUN pip install -r requirements.txt COPY twisted_sse_demo ./twisted_sse_demo COPY *.py req* ./ EXPOSE 9072 CMD [ "python", "./sse_collector.py" ]