Mercurial > code > home > repos > environment
annotate Dockerfile @ 5:b5bfd0dd69d6
upadte bg loop, patchablegraph, py version
author | drewp@bigasterisk.com |
---|---|
date | Sun, 28 Aug 2022 21:37:20 -0700 |
parents | e7f33fa31883 |
children | 473d3d869849 |
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 ./ |
0
3c1bc3bc5a6c
pull out of homeauto/ project, and add skaffold/pipenv
drewp@bigasterisk.com
parents:
diff
changeset
|
9 |