From 33d3df798813c0e572934e1b86a9b1021d991c47 Mon Sep 17 00:00:00 2001 From: xynydev <60004820+xynydev@users.noreply.github.com> Date: Wed, 24 Apr 2024 21:01:38 +0300 Subject: [PATCH] fix: update docker entrypoint to use entry_with_update.py --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index d0dba09c..346ad675 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -30,4 +30,4 @@ mklink outputs import outputs # Start application -python launch.py $* +python entry_with_update.py $*