Mercurial > code > home > repos > homeauto
view service/rfid/Dockerfile.pi @ 1452:1dd4da407c0b
build and release config
Ignore-this: a1a0231a2811ac29f906ca72d85a8c34
darcs-hash:879bbda36c705de169b0b746f5c4de467b48d142
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 25 Sep 2019 17:28:38 -0700 |
parents | ee9cbe5817a4 |
children |
line wrap: on
line source
FROM bang6:5000/base_pi WORKDIR /opt COPY requirements.txt . RUN pip install -r requirements.txt COPY *.py *.html *.js ./ EXPOSE 10012