Spaces:
Sleeping
Sleeping
Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
/local-ai --address 0.0.0.0:8080 &
|
| 5 |
|
| 6 |
# Attendre LocalAI
|
| 7 |
-
sleep
|
| 8 |
|
| 9 |
# Lancer Nginx au premier plan
|
| 10 |
nginx -g "daemon off;"
|
|
|
|
| 4 |
/local-ai --address 0.0.0.0:8080 &
|
| 5 |
|
| 6 |
# Attendre LocalAI
|
| 7 |
+
sleep 70
|
| 8 |
|
| 9 |
# Lancer Nginx au premier plan
|
| 10 |
nginx -g "daemon off;"
|