abubasith86 commited on
Commit
43733a3
·
verified ·
1 Parent(s): a7948d4

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -17,7 +17,7 @@ cleanup() {
17
  trap cleanup SIGTERM SIGINT
18
 
19
  # Start worker in background and capture PID
20
- uv run worker.py start &
21
  WORKER_PID=$!
22
 
23
  # Start health server in foreground (this keeps the script running)
 
17
  trap cleanup SIGTERM SIGINT
18
 
19
  # Start worker in background and capture PID
20
+ uv run worker.py dev &
21
  WORKER_PID=$!
22
 
23
  # Start health server in foreground (this keeps the script running)