Mercurial > code > home > repos > homeauto
view service/tradfri/Dockerfile @ 1163:fa55bc09b396
tradfri docker update
Ignore-this: eccc13505e058527851714500d06a832
darcs-hash:51d6283a31f139648fcbe1ca7a2cbe3582a9805f
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 08 Sep 2018 02:26:23 -0700 |
parents | |
children | 8bd4e310d6b0 |
line wrap: on
line source
FROM bang6:5000/base_x86 WORKDIR /opt COPY requirements.txt ./ RUN pip install -r requirements.txt COPY pytradfri pytradfri COPY libcoap libcoap COPY *.py req* ./ EXPOSE 10009 CMD [ "python", "./tradfri.py" ]