Mercurial > code > home > repos > homeauto
view 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 source
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" ]