mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-04-22 10:52:14 +00:00
+ ajout d'un script pour racourcir les commandes a lancer dans docker Signed-off-by: Avior <florian.bouillon@delta-wings.net>
3 lines
49 B
Bash
Executable File
3 lines
49 B
Bash
Executable File
#!/bin/sh
|
|
docker-compose exec php php artisan $@
|