Skip to content

Commit 03f3496

Browse files
committed
Update config
1 parent 8ba4599 commit 03f3496

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
@@ -21,7 +21,7 @@ vars:
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

2626
tasks:
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"

0 commit comments

Comments
 (0)