Skip to content

Commit

Permalink
try frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Jan 10, 2025
1 parent d31e182 commit 5e09329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ ENV PATH=/home/$USER/.local/bin:$PATH
RUN uv sync --frozen

USER $USER
CMD uv run uvicorn ci_relay.web:create_app --factory --port 5000 --host 0.0.0.0
CMD uv run --frozen uvicorn ci_relay.web:create_app --factory --port 5000 --host 0.0.0.0

0 comments on commit 5e09329

Please sign in to comment.