Mercurial > code > home > repos > homeauto
view service/tinyScreen/Dockerfile.pi @ 1664:1a7c1261302c
logic fix- some bindings were being returned 2+; some 0 times
author | drewp@bigasterisk.com |
---|---|
date | Mon, 20 Sep 2021 23:19:08 -0700 |
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" ]