view 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
line wrap: on
line source

FROM bang5:5000/base_basic

WORKDIR /opt

COPY .pdm.toml pdm.lock pyproject.toml ./
RUN pdm sync

COPY *.py *.n3 *.html ./