Skip to content

Commit 9aefa14

Browse files
committed
Specifiy -f Containerfile in make build
1 parent 100caa9 commit 9aefa14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ LINT_ARGS :=--fix
1717
endif
1818

1919
build: ## Build container image
20-
$(CONTAINER_CMD) build --tag $(PKG_NAME) .
20+
$(CONTAINER_CMD) build --tag $(PKG_NAME) --file Containerfile .
2121

2222
check: ## Run checks
2323
check: check-static test test-e2e

0 commit comments

Comments
 (0)