Mercurial > code > home > repos > gcalendarwatch
view Dockerfile @ 78:1fca0cea3bfe
refactor upsertEvents
author | drewp@bigasterisk.com |
---|---|
date | Fri, 06 Sep 2024 17:54:52 -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