First commit
This commit is contained in:
9
DockerfileProcessor
Normal file
9
DockerfileProcessor
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user