Mercurial > code > home > repos > homeauto
view service/beacon/Dockerfile.pi @ 1707:4a6fffe6a994
format
author | drewp@bigasterisk.com |
---|---|
date | Sat, 23 Oct 2021 13:23:02 -0700 |
parents | 8f5a16a55f64 |
children |
line wrap: on
line source
FROM bang6:5000/base_pi WORKDIR /opt RUN apt-get install -y bluez libbluetooth-dev # pi may need pi-bluetooth pkg too COPY requirements.txt . RUN pip install -r requirements.txt COPY *.py *.html *.js ./ EXPOSE 9113