Mercurial > code > home > repos > homeauto
view service/bluetoothButtons/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 | 8f5a16a55f64 |
children |
line wrap: on
line source
FROM bang6:5000/base_pi WORKDIR /opt COPY requirements.txt ./ RUN pip3 install -r requirements.txt ADD https://projects.bigasterisk.com/rdfdb/more.tgz ./ RUN tar xvzf more.tgz COPY *.py ./ EXPOSE 11012 CMD [ "python3", "./bluetooth_buttons.py" ]