Mercurial > code > home > repos > homeauto
view service/tinyScreen/Dockerfile @ 388:c146fa2bc7d4
tinyscreen can flip images and render news
Ignore-this: 72c89530e71d4c6f2550bb4deeccd807
author | 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" ]