File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 FILESQL : ' {{.FILESQL | default "dump.sql"}}'
2222 FOLDERLAMPY : ' {{.FOLDERLAMPY | default "lampy"}}'
2323 SERVERNAME : ' {{.SERVERNAME | default "phpfpm.traefik.me"}}'
24- DOCKERCOMPOSEFILE : ' {{.DOCKERCOMPOSEFILE | default "docker-compose.yml"}}'
24+ DOCKERCOMPOSEFILE : ' {{.DOCKERCOMPOSEFILE | default "docker-compose-lampy .yml"}}'
2525
2626tasks :
2727 default :
@@ -109,7 +109,7 @@ tasks:
109109 desc : " Installation initiale de Composer et des dépendances"
110110 silent : true
111111 cmds :
112- - docker run --rm -v $(pwd)/apps:/var/www -w /var/www $(pwd)/apps:/var/www -w /var/www $( awk '/www:/ {f=1} f && /image:/ {print $2; exit}' {{.DOCKERCOMPOSEFILE}}) composer install
112+ - docker run --rm -v $(pwd)/apps:/var/www -w /var/www $(awk '/www:/ {f=1} f && /image:/ {print $2; exit}' {{.DOCKERCOMPOSEFILE}}) composer install
113113
114114 phpfpm:waiting :
115115 desc : " Attend que les services soient opérationnels"
You can’t perform that action at this time.
0 commit comments