Mercurial > code > home > repos > homeauto
view service/bluetoothButtons/Dockerfile @ 1699:411f5e013201 0.12.0
release 0.12.0
author | drewp@bigasterisk.com |
---|---|
date | Tue, 12 Oct 2021 20:18:59 -0700 |
parents | 8f5a16a55f64 |
children |
line wrap: on
line source
FROM bang6:5000/base_x86 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" ]