Mercurial > code > home > repos > gcalendarwatch
view Dockerfile @ 50:dade5bbd02e3
refactor
author | drewp@bigasterisk.com |
---|---|
date | Mon, 19 Aug 2024 13:37:05 -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