feat: make images to build sources on start (#124)

Signed-off-by: mudler <mudler@mocaccino.org>
This commit is contained in:
Ettore Di Giacinto
2023-04-29 20:38:37 +02:00
committed by GitHub
parent 78503c62b7
commit 16773e2a35
3 changed files with 21 additions and 10 deletions

7
entrypoint.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
cd /build
make build
./local-ai "$@"