File size: 166 Bytes
090a07e
 
 
 
 
 
55a9f1d
090a07e
 
 
1
2
3
4
5
6
7
8
9
10
11
#!/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;"