view service/beacon/Dockerfile @ 547:6d482537e4cc

release 0.1.0 Ignore-this: 754e391c42e44ea4885eb7785d7e190b
author drewp@bigasterisk.com
date Thu, 25 Apr 2019 23:15:25 -0700
parents 8f5a16a55f64
children
line wrap: on
line source

FROM bang6:5000/base_x86

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