Mercurial > code > home > repos > homeauto
annotate service/powerEagle/Dockerfile @ 1714:4cbe3df8f48f
rewrite to use starlette/etc
author | drewp@bigasterisk.com |
---|---|
date | Sun, 24 Apr 2022 02:15:30 -0700 |
parents | e8654a3bd1c7 |
children | daf9deee42ca |
rev | line source |
---|---|
1714 | 1 FROM bang5: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 |
1714 | 4 RUN apt-get install -y libpython3.10-dev |
5 COPY .pdm.toml pdm.lock pyproject.toml ./ | |
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 ./ |