Mercurial > code > home > repos > homeauto
view service/environment/Dockerfile @ 440:6304b0370491
environment graph service standardization
Ignore-this: 3aeb86c03902af984a871c9c2d2dd7cd
author | drewp@bigasterisk.com |
---|---|
date | Thu, 18 Apr 2019 09:12:26 -0700 |
parents | |
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" ]