From 6c25306f2de08172d3136d4fae0d2dfcef06616b Mon Sep 17 00:00:00 2001 From: Dragos Balan Date: Tue, 1 Oct 2024 15:14:30 +0200 Subject: [PATCH] Edit entrypoint to point to correct file --- python-docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-docker-entrypoint.sh b/python-docker-entrypoint.sh index b3b838a..797bcab 100644 --- a/python-docker-entrypoint.sh +++ b/python-docker-entrypoint.sh @@ -2,6 +2,6 @@ echo "Starting DANE Whisper ASR worker" -python worker.py "$@" +python main.py "$@" echo "The worker has finished" \ No newline at end of file