initial igniter support

This commit is contained in:
Yannick 2025-04-02 16:45:49 +02:00
commit 123d2f13a3
105 changed files with 8740 additions and 111 deletions

10
spark-exec Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
if [[ "$(basename $(pwd))" == "igniter" ]]; then
cd ..
./art "$@"
cd igniter
exit
fi
docker compose exec -it app php spark $@