Skip to content

Commit 432b467

Browse files
authored
Update Docker command and task descriptions in Taskfile
1 parent aa319ad commit 432b467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ tasks:
101101
desc: "Installation initiale de Composer et des dépendances"
102102
silent: true
103103
cmds:
104-
- docker run --rm -v $(pwd)/apps:/var/www -w /var/www koromerzhin/php:8.4.3-apache symfony composer install
104+
- docker run --rm -v $(pwd)/apps:/var/www -w /var/www koromerzhin/php:8.4.3-apache composer install
105105

106106
phpfpm:waiting:
107107
desc: "Attend que les services soient opérationnels"
@@ -146,7 +146,7 @@ tasks:
146146
SERVICE_NAME: "www"
147147

148148
phpfpm:cmd-exec:
149-
desc: "Affiche les informations Symfony"
149+
desc: "Lance une commande"
150150
silent: true
151151
vars:
152152
INTERACTIVE: '{{.INTERACTIVE | default "true"}}'

0 commit comments

Comments
 (0)