We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94adbe2 commit d0868ceCopy full SHA for d0868ce
Makefile
@@ -17,7 +17,7 @@ install-hooks: install-python
17
install-hooks:
18
build-base-image: generate-language-version-files
19
CONTAINER_NAME=$(CONTAINER_NAME) \
20
- devcontainer build \
+ npx devcontainer build \
21
--workspace-folder ./src/base/ \
22
--push false \
23
--image-name "${IMAGE_NAME}"
0 commit comments