Mercurial > code > home > repos > homeauto
view service/rfid/Dockerfile @ 1318:16a5c8df0f20
release 0.1.0
Ignore-this: d8176b1d00777747f431c40155fd4a6c
darcs-hash:218fd667f0dc71e85c1d0d4d971f9ce478e88597
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Mon, 22 Apr 2019 23:31:29 -0700 |
parents | ee9cbe5817a4 |
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