set uv dir

This commit is contained in:
2026-01-03 13:59:00 -05:00
parent 56652719aa
commit bfec74b10e
2 changed files with 2 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ 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

View File

@@ -27,6 +27,7 @@ export OIDC_CLIENT_SECRET=${CLOUDRON_OIDC_CLIENT_SECRET}
export OIDC_REDIRECT_URI="/api/oauth/openid"
export OIDC_SERVER_APPLICATION_URL=${CLOUDRON_OIDC_AUTH_ENDPOINT}
export ROMM_BASE_PATH=/app/data
export UV_PYTHON_INSTALL_DIR=/app/code/uv
echo "==> Starting supervisor"
exec /usr/bin/supervisord --configuration /etc/supervisor/supervisord.conf --nodaemon -i Romm