From 8d0718fc0ef83bf0964997dd153a3f09cf122108 Mon Sep 17 00:00:00 2001 From: Sheldon Hull Date: Tue, 13 Sep 2022 11:20:45 -0500 Subject: [PATCH] build(taskfile): fix incorrect order of docker compose profile command --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index ddd7622..8666ba5 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -30,7 +30,7 @@ tasks: - | docker compose --profile download up --build up: - desc: docker compose up --profile {{ .UI }} + desc: docker compose --profile {{ .UI }} up cmds: - docker compose up update: