Skip to content

Commit

Permalink
Edit entrypoint to point to correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
greenw0lf committed Oct 1, 2024
1 parent 812d707 commit 6c25306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

echo "Starting DANE Whisper ASR worker"

python worker.py "$@"
python main.py "$@"

echo "The worker has finished"

0 comments on commit 6c25306

Please sign in to comment.