We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34e97e commit e7fdfebCopy full SHA for e7fdfeb
Makefile
@@ -159,7 +159,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
159
# More info: https://docs.docker.com/develop/develop-images/build_enhancements/
160
.PHONY: docker-build
161
docker-build: build ## Build docker image with the manager.
162
- $(CONTAINER_TOOL) build -t ${IMG} -f Dockerfile.dev .
+ $(CONTAINER_TOOL) build -t ${IMG} -f Dockerfile .
163
164
.PHONY: docker-push
165
docker-push: ## Push docker image with the manager.
0 commit comments