Mercurial > code > home > repos > homeauto
diff service/tinyScreen/Dockerfile @ 1193:08a6eb5edf3d
tinyscreen can flip images and render news
Ignore-this: 72c89530e71d4c6f2550bb4deeccd807
darcs-hash:1e6cd5b4615297bd91d63e92951e90594ab98f25
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 02 Jan 2019 18:40:16 -0800 |
parents | |
children | 5fc79536885a |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/service/tinyScreen/Dockerfile Wed Jan 02 18:40:16 2019 -0800 @@ -0,0 +1,14 @@ +FROM bang6:5000/base_x86 + +WORKDIR /opt + +COPY requirements.txt ./ +RUN pip install -r requirements.txt + +COPY font ./font +COPY anim ./anim +COPY *.py *.html ./ + +EXPOSE 11013 + +CMD [ "python", "./tiny_screen.py" ]