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 8395ae0 commit e93b53aCopy full SHA for e93b53a
Taskfile.yml
@@ -135,7 +135,7 @@ tasks:
135
cmds:
136
- docker run --rm -v $(pwd):/var/www -w /var/www -e COMPOSER_MEMORY_LIMIT=512M -e HOME=/var/www --user $(id -u):$(id -g) koromerzhin/php:8.4.3-apache-symfony sh -c "git config --global user.name 'Symfony Project' && git config --global user.email 'symfony@example.com' && symfony new apps --version='{{.SYMFONYVERSION}}' --webapp"
137
- rm -rf ./apps/.git
138
- - rm -rf ./apps/.gitconfig
+ - rm -rf ./.gitconfig
139
140
symfony:exec:
141
desc: "Exécute une commande dans un conteneur en cours d'exécution"
0 commit comments