Initial commit

This commit is contained in:
Yannick7777 2025-04-02 15:21:48 +02:00 committed by GitHub
commit dc46c9e48f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 360 additions and 0 deletions

10
exec Executable file
View file

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