From 5667e8dbddcccde39461102aff171d5474989c73 Mon Sep 17 00:00:00 2001
From: flosch62 <schwarz.flori.88@gmail.com>
Date: Sun, 12 Jan 2025 17:09:04 +0100
Subject: [PATCH] execute the app with uv

---
 entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/entrypoint.sh b/entrypoint.sh
index 75b8c73..6964d0b 100644
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -68,4 +68,4 @@ else
 fi
 
 # Execute the determined script with all passed arguments
-python -u "/app/${script_name}" "$@"
\ No newline at end of file
+uv run python -u "/app/${script_name}" "$@"
\ No newline at end of file