Mercurial > code > home > repos > homeauto
annotate service/powerEagle/Dockerfile @ 1743:daf9deee42ca
deployment
author | drewp@bigasterisk.com |
---|---|
date | Thu, 09 Nov 2023 14:55:26 -0800 |
parents | 4cbe3df8f48f |
children |
rev | line source |
---|---|
1743 | 1 FROM reg:5000/base_basic |
532
71aa55cd8433
update powereagle to py3, be a server with /stats/, save 'price' field
drewp@bigasterisk.com
parents:
diff
changeset
|
2 |
71aa55cd8433
update powereagle to py3, be a server with /stats/, save 'price' field
drewp@bigasterisk.com
parents:
diff
changeset
|
3 WORKDIR /opt |
1743 | 4 RUN apt-get install -y libpython3.11-dev |
5 COPY pdm.lock pyproject.toml ./ | |
1714 | 6 RUN pdm sync -v |
532
71aa55cd8433
update powereagle to py3, be a server with /stats/, save 'price' field
drewp@bigasterisk.com
parents:
diff
changeset
|
7 |
71aa55cd8433
update powereagle to py3, be a server with /stats/, save 'price' field
drewp@bigasterisk.com
parents:
diff
changeset
|
8 COPY *.py *.html ./ |