Mercurial > code > home > repos > homeauto
view service/rfid/Dockerfile.pi @ 473:388769b5f8ff
stats support and maybe a no-op filtering logic change snuck in there
Ignore-this: d54125308243159b28ef11e2d09014f4
author | drewp@bigasterisk.com |
---|---|
date | Sat, 20 Apr 2019 23:51:02 -0700 |
parents | bba6672a0ef8 |
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