There was an error while loading. Please reload this page.
1 parent 100caa9 commit 9aefa14Copy full SHA for 9aefa14
1 file changed
Makefile
@@ -17,7 +17,7 @@ LINT_ARGS :=--fix
17
endif
18
19
build: ## Build container image
20
- $(CONTAINER_CMD) build --tag $(PKG_NAME) .
+ $(CONTAINER_CMD) build --tag $(PKG_NAME) --file Containerfile .
21
22
check: ## Run checks
23
check: check-static test test-e2e
0 commit comments