From 7b05b5ec4cb65486fa2c109b4861cde387e94d51 Mon Sep 17 00:00:00 2001 From: Kevin Whitaker Date: Sat, 3 Jan 2026 14:01:43 -0500 Subject: [PATCH] put in better place --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5a8aa63..d0a104c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,10 +69,10 @@ WORKDIR /app/code/ COPY --from=ghcr.io/astral-sh/uv:0.7.19 /uv /uvx /usr/local/bin/ # Install Python -ENV UV_PYTHON_INSTALL_DIR=/app/code/uv RUN mkdir /app/code/uv && uv python install -i /app/code/uv 3.13 # Install Python dependencies +ENV UV_PYTHON_INSTALL_DIR=/app/code/uv RUN uv sync --all-extras # add supervisor configs