Mercurial > code > home > repos > homeauto
comparison service/powerEagle/Dockerfile @ 1743:daf9deee42ca
deployment
author | drewp@bigasterisk.com |
---|---|
date | Thu, 09 Nov 2023 14:55:26 -0800 |
parents | 4cbe3df8f48f |
children |
comparison
equal
deleted
inserted
replaced
1742:1c1b38b145f8 | 1743:daf9deee42ca |
---|---|
1 FROM bang5:5000/base_basic | 1 FROM reg:5000/base_basic |
2 | 2 |
3 WORKDIR /opt | 3 WORKDIR /opt |
4 RUN apt-get install -y libpython3.10-dev | 4 RUN apt-get install -y libpython3.11-dev |
5 COPY .pdm.toml pdm.lock pyproject.toml ./ | 5 COPY pdm.lock pyproject.toml ./ |
6 RUN pdm sync -v | 6 RUN pdm sync -v |
7 | 7 |
8 COPY *.py *.html ./ | 8 COPY *.py *.html ./ |