Spaces:
Sleeping
Sleeping
Update entrypoint.sh
Browse files- 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
|
| 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)
|