Skip to content

Commit 63e8287

Browse files
committed
build(docker): enable plain progress output for docker build
1 parent 5ad6036 commit 63e8287

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ OPENCODE_VERSION ?= latest
99

1010
build:
1111
docker build \
12+
--progress=plain \
1213
-t $(IMAGE_REF) \
1314
-f $(DOCKERFILE) \
1415
--build-arg OPENCODE_VERSION=$(OPENCODE_VERSION) \

0 commit comments

Comments
 (0)