Mercurial > code > home > repos > homeauto
view service/environment/Dockerfile @ 462:7ec5945752b7
some old Measurement and Locator edits
Ignore-this: 188ecdf63f49b7a58f99a5961c6c23a6
author | drewp@bigasterisk.com |
---|---|
date | Sat, 20 Apr 2019 23:35:46 -0700 |
parents | 6304b0370491 |
children | a93fbf0d0daa |
line wrap: on
line source
FROM bang6:5000/base_x86 WORKDIR /opt COPY requirements.txt ./ RUN pip install -r requirements.txt # upstream this RUN apt-get install -y tzdata COPY twisted_sse_demo ./twisted_sse_demo COPY *.py req* *.n3 *.html ./ EXPOSE 9075 CMD [ "python", "environment.py" ]