Mercurial > code > home > repos > homeauto
view service/powerEagle/Dockerfile @ 1722:a4e70a35f3a6
update the install
author | drewp@bigasterisk.com |
---|---|
date | Fri, 16 Jun 2023 22:23:05 -0700 |
parents | 4cbe3df8f48f |
children | daf9deee42ca |
line wrap: on
line source
FROM bang5:5000/base_basic WORKDIR /opt RUN apt-get install -y libpython3.10-dev COPY .pdm.toml pdm.lock pyproject.toml ./ RUN pdm sync -v COPY *.py *.html ./