LocalAI_Demo / entrypoint.sh_OK_ButNoExecutionOriginalEntrypoint
MisterAI's picture
Rename entrypoint.sh to entrypoint.sh_OK_ButNoExecutionOriginalEntrypoint
3b596d5 verified
Raw
History Blame Contribute Delete
166 Bytes
#!/bin/bash
# Lancer LocalAI sur le port 8080
/local-ai --address 0.0.0.0:8080 &
# Attendre LocalAI
sleep 70
# Lancer Nginx au premier plan
nginx -g "daemon off;"