Mercurial > code > home > repos > homeauto
view service/tinyScreen/Dockerfile.pi @ 1710:f4009f41f15d
patchablegraph to its own repo
author | drewp@bigasterisk.com |
---|---|
date | Wed, 24 Nov 2021 10:16:03 -0800 |
parents | c146fa2bc7d4 |
children |
line wrap: on
line source
FROM bang6:5000/base_pi 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" ]