Files
agent/DockerfileProcessor
Anibal Angulo a53f8fcf62 First commit
2026-02-18 19:57:43 +00:00

10 lines
185 B
Plaintext

FROM quay.ocp.banorte.com/golden/python-312:latest
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
WORKDIR /app
COPY . .
RUN uv sync --no-managed-python --group processor -U