view service/beacon/Dockerfile.pi @ 462:7ec5945752b7

some old Measurement and Locator edits Ignore-this: 188ecdf63f49b7a58f99a5961c6c23a6
author drewp@bigasterisk.com
date Sat, 20 Apr 2019 23:35:46 -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