We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa319ad commit 432b467Copy full SHA for 432b467
Taskfile.yml
@@ -101,7 +101,7 @@ tasks:
101
desc: "Installation initiale de Composer et des dépendances"
102
silent: true
103
cmds:
104
- - docker run --rm -v $(pwd)/apps:/var/www -w /var/www koromerzhin/php:8.4.3-apache symfony composer install
+ - docker run --rm -v $(pwd)/apps:/var/www -w /var/www koromerzhin/php:8.4.3-apache composer install
105
106
phpfpm:waiting:
107
desc: "Attend que les services soient opérationnels"
@@ -146,7 +146,7 @@ tasks:
146
SERVICE_NAME: "www"
147
148
phpfpm:cmd-exec:
149
- desc: "Affiche les informations Symfony"
+ desc: "Lance une commande"
150
151
vars:
152
INTERACTIVE: '{{.INTERACTIVE | default "true"}}'
0 commit comments