Skip to content

Commit d0868ce

Browse files
committed
fix build
1 parent 94adbe2 commit d0868ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ install-hooks: install-python
1717
install-hooks:
1818
build-base-image: generate-language-version-files
1919
CONTAINER_NAME=$(CONTAINER_NAME) \
20-
devcontainer build \
20+
npx devcontainer build \
2121
--workspace-folder ./src/base/ \
2222
--push false \
2323
--image-name "${IMAGE_NAME}"

0 commit comments

Comments
 (0)