treetrail-backend/Containerfile.ci
phil 5c27a26e78
All checks were successful
/ test (push) Successful in 25s
/ build (push) Successful in 15s
Update registry and containers for CI
2024-12-05 18:59:55 +01:00

10 lines
285 B
Text

# Build: podman build -t code.philo.ydns.eu/philorg/treetrail-backend-ci -f Containerfile.ci
FROM tiptop:5000/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