We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28301f8 commit e88019dCopy full SHA for e88019d
Makefile
@@ -12,7 +12,7 @@ help:
12
| sort | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[32m%-15s\033[0m %s\n", $$1, $$2}'
13
14
build: ## Build the container
15
- @docker build --platform $(PLATFORM) -t $(IMG_NAME) .
+ @docker build --platform $(PLATFORM) -t $(IMG_NAME) --no-cache .
16
17
dev: ## Start development environment
18
@docker run --rm -it \
0 commit comments