Mercurial > code > home > repos > homeauto
view service/rfid/Dockerfile.pi @ 1444:4afb1830bb5e
use rx version 3.x
Ignore-this: 4232f8e780d35a8d0642e86521eb2801
darcs-hash:747608892b607f78260f4772a4ff2b24c7392f73
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Tue, 24 Sep 2019 14:04:02 -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