Mercurial > code > home > repos > homeauto
view service/tinyScreen/Dockerfile.pi @ 689:e3eceee54937
introduce capnp, more build, some demos
Ignore-this: 29801e9e9f8a85fd0d822207c6eacce1
author | drewp@bigasterisk.com |
---|---|
date | Thu, 23 Jan 2020 21:00:47 -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" ]