Mercurial > code > home > repos > homeauto
view service/air_particles/Dockerfile @ 547:6d482537e4cc
release 0.1.0
Ignore-this: 754e391c42e44ea4885eb7785d7e190b
author | drewp@bigasterisk.com |
---|---|
date | Thu, 25 Apr 2019 23:15:25 -0700 |
parents | c52e7abdd6b1 |
children |
line wrap: on
line source
FROM bang6:5000/base_x86 WORKDIR /opt COPY requirements.txt ./ RUN pip install -r requirements.txt COPY *.py ./