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