put in better place

This commit is contained in:
2026-01-03 14:01:43 -05:00
parent bfec74b10e
commit 7b05b5ec4c

View File

@@ -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