Mercurial > code > home > repos > environment
annotate Dockerfile @ 7:473d3d869849
old changes
author | drewp@bigasterisk.com |
---|---|
date | Sat, 06 May 2023 12:12:02 -0700 |
parents | e7f33fa31883 |
children |
rev | line source |
---|---|
0
3c1bc3bc5a6c
pull out of homeauto/ project, and add skaffold/pipenv
drewp@bigasterisk.com
parents:
diff
changeset
|
1 FROM bang5:5000/base_basic |
3c1bc3bc5a6c
pull out of homeauto/ project, and add skaffold/pipenv
drewp@bigasterisk.com
parents:
diff
changeset
|
2 |
3c1bc3bc5a6c
pull out of homeauto/ project, and add skaffold/pipenv
drewp@bigasterisk.com
parents:
diff
changeset
|
3 WORKDIR /opt |
1 | 4 |
5 COPY .pdm.toml pdm.lock pyproject.toml ./ | |
6 RUN pdm sync | |
0
3c1bc3bc5a6c
pull out of homeauto/ project, and add skaffold/pipenv
drewp@bigasterisk.com
parents:
diff
changeset
|
7 |
3 | 8 COPY *.py *.n3 *.html ./ |