Amélioration de la structure du projet et démarrage de Docker OK

This commit is contained in:
2022-04-07 13:07:00 +02:00
parent 5c116e15b1
commit 8ac12f715c
14 changed files with 415 additions and 180 deletions

View File

@ -13,7 +13,7 @@ then
exit 1
fi
php composer-setup.php
php composer-setup.php --install-dir=bin
RESULT=$?
rm composer-setup.php
exit $RESULT