Skip to content

Commit

Permalink
execute the app with uv
Browse files Browse the repository at this point in the history
  • Loading branch information
FloSch62 committed Jan 12, 2025
1 parent 84ca015 commit 5667e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ else
fi

# Execute the determined script with all passed arguments
python -u "/app/${script_name}" "$@"
uv run python -u "/app/${script_name}" "$@"

0 comments on commit 5667e8d

Please sign in to comment.