Mercurial > code > home > repos > homeauto
view service/rfid/Dockerfile @ 1194:ee9cbe5817a4
rfid reader service
Ignore-this: 26df9a4be891c26722311cf89d1d7cf7
darcs-hash:80ff40afce46a1429309421b1db52aefd5b675a8
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 03 Jan 2019 21:52:27 -0800 |
parents | |
children |
line wrap: on
line source
FROM bang6:5000/base_x86 WORKDIR /opt COPY requirements.txt . RUN pip install -r requirements.txt COPY *.py *.html *.js ./ EXPOSE 10012