Add playbook for building the images
Some checks failed
/ build (push) Failing after 15s

This commit is contained in:
phil 2024-10-30 02:07:05 +01:00
parent 9ca2ea638e
commit 114201d561
8 changed files with 80 additions and 26 deletions

View file

@ -1,6 +1,6 @@
FROM localhost/trixie_python AS build
# Build: podman build -t treetrail-backend-deps -f Containerfile.deps
ENV PATH=/app/bin:$PATH
FROM localhost/trixie_python
COPY ./pyproject.toml ./README.md ./uv.lock /_lock/