build(taskfile): fix incorrect order of docker compose profile command

This commit is contained in:
Sheldon Hull 2022-09-13 11:20:45 -05:00
parent 9b5baca526
commit 8d0718fc0e

View file

@ -30,7 +30,7 @@ tasks:
- | - |
docker compose --profile download up --build docker compose --profile download up --build
up: up:
desc: docker compose up --profile {{ .UI }} desc: docker compose --profile {{ .UI }} up
cmds: cmds:
- docker compose up - docker compose up
update: update: