view Dockerfile @ 49:2991c1166852

start calsync in go. Calendar list seems to sync
author drewp@bigasterisk.com
date Mon, 19 Aug 2024 13:25:03 -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