We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad6036 commit 63e8287Copy full SHA for 63e8287
Makefile
@@ -9,6 +9,7 @@ OPENCODE_VERSION ?= latest
9
10
build:
11
docker build \
12
+ --progress=plain \
13
-t $(IMAGE_REF) \
14
-f $(DOCKERFILE) \
15
--build-arg OPENCODE_VERSION=$(OPENCODE_VERSION) \
0 commit comments