treetrail-backend/Containerfile.ci
phil a1a499b370
Some checks failed
/ test (push) Failing after 1s
/ build (push) Has been skipped
Containers: use public registry
2024-12-06 03:16:21 +01:00

10 lines
300 B
Text

# Build: podman build -t code.philo.ydns.eu/philorg/treetrail-backend-ci -f Containerfile.ci
FROM code.philo.ydns.eu/philorg/python-ci
COPY ./pyproject.toml ./README.md ./uv.lock /_lock/
RUN --mount=type=cache,target=/root/.cache <<EOT
cd /_lock
uv sync --locked --no-dev --no-install-project
EOT