treetrail-backend/Containerfile.ci

11 lines
300 B
Text
Raw Normal View History

2024-12-05 18:59:55 +01:00
# Build: podman build -t code.philo.ydns.eu/philorg/treetrail-backend-ci -f Containerfile.ci
2024-12-06 03:16:21 +01:00
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