view Dockerfile @ 91:62caecb41dfd default tip

fix tag
author drewp@bigasterisk.com
date Fri, 03 Jan 2025 18:06:13 -0800
parents f75b3a109b66
children
line wrap: on
line source

FROM reg:5000/base_basic

WORKDIR /opt

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

COPY *.py *.conf *.html ./