diff --git a/Dockerfile b/Dockerfile index 36aac7e..9076bfc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ COPY . /app ENV PATH=/home/$USER/.local/bin:$PATH RUN uv sync --frozen --no-editable +ENV PATH="/app/.venv/bin:$PATH" USER $USER -CMD uv run --frozen --no-editable uvicorn ci_relay.web:create_app --factory --port 5000 --host 0.0.0.0 +CMD uvicorn ci_relay.web:create_app --factory --port 5000 --host 0.0.0.0