Skip to content

Commit e7fdfeb

Browse files
committed
add makefile
1 parent c34e97e commit e7fdfeb

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
@@ -159,7 +159,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
159159
# More info: https://docs.docker.com/develop/develop-images/build_enhancements/
160160
.PHONY: docker-build
161161
docker-build: build ## Build docker image with the manager.
162-
$(CONTAINER_TOOL) build -t ${IMG} -f Dockerfile.dev .
162+
$(CONTAINER_TOOL) build -t ${IMG} -f Dockerfile .
163163

164164
.PHONY: docker-push
165165
docker-push: ## Push docker image with the manager.

0 commit comments

Comments
 (0)