Skip to content

Commit

Permalink
no uv run
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Jan 10, 2025
1 parent 3538293 commit 97dab84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 97dab84

Please sign in to comment.