Build containers from custom registry

This commit is contained in:
phil 2024-11-03 02:17:02 +01:00
parent d552656e95
commit 51d131600e
3 changed files with 31 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Build: podman build -t treetrail-backend-deps -f Containerfile.deps
FROM localhost/trixie_python
FROM tiptop:5000/trixie_python
COPY ./pyproject.toml ./README.md ./uv.lock /_lock/