Mercurial > code > home > repos > gcalendarwatch
view Dockerfile @ 47:f76f6368e2af
fix JM wednesdays
author | drewp@bigasterisk.com |
---|---|
date | Wed, 14 Aug 2024 15:35:00 -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