view Dockerfile @ 85:f75b3a109b66

rewrite gcalendarwatch to read from calsync's mongo data only, not google services
author drewp@bigasterisk.com
date Sat, 07 Sep 2024 16:14:45 -0700
parents cb990883e52f
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 ./