view Dockerfile @ 67:1f84bd5ce8e0

comment
author drewp@bigasterisk.com
date Fri, 06 Sep 2024 17:27:16 -0700
parents cb990883e52f
children f75b3a109b66
line wrap: on
line source

FROM reg:5000/base_basic

WORKDIR /opt

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

COPY *.py *.conf *.html *.json ./
COPY credentials credentials