LocalAI/entrypoint.sh
Ettore Di Giacinto 16773e2a35
feat: make images to build sources on start (#124)
Signed-off-by: mudler <mudler@mocaccino.org>
2023-04-29 20:38:37 +02:00

7 lines
51 B
Bash
Executable File

#!/bin/bash
cd /build
make build
./local-ai "$@"