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 9e8a12c commit 4e42fa8Copy full SHA for 4e42fa8
Taskfile.yml
@@ -12,7 +12,7 @@ tasks:
12
dev:build:
13
desc: Build docker image for dev
14
cmds:
15
- - docker compose -f docker-compose.dev.yml build
+ - BUILDKIT_PROGRESS=plain docker compose -f docker-compose.dev.yml build
16
17
dev:up:
18
desc: Spin up the docker compose stack for dev
0 commit comments