gisaf-backend/Containerfile.deps
phil ab717e798d
All checks were successful
/ test (push) Successful in 31s
Container: add containerfiles
2024-12-16 19:41:16 +01:00

10 lines
304 B
Text

# Build: podman build -t code.philo.ydns.eu/philorg/gisaf-backend-deps -f Containerfile.deps
FROM code.philo.ydns.eu/philorg/trixie_python
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