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 fb51c82 commit 22f688dCopy full SHA for 22f688d
Taskfile.yml
@@ -66,12 +66,6 @@ tasks:
66
COMPOSE_FILE: "{{.DOCKERCOMPOSEFILE}}"
67
STACK_NAME: "{{.STACK_NAME}}"
68
69
- angular:install-first:
70
- desc: "Installation initiale de Composer et des dépendances"
71
- silent: true
72
- cmds:
73
- - docker run --rm -v $(pwd)/apps:/var/www -w /var/www koromerzhin/php:8.4.3-apache-symfony symfony composer install
74
-
75
angular:waiting:
76
desc: "Attend que les services soient opérationnels"
77
silent: true
0 commit comments