We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe01309 commit 9857daeCopy full SHA for 9857dae
Makefile
@@ -28,7 +28,7 @@ help:
28
| sort | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[32m%-15s\033[0m %s\n", $$1, $$2}'
29
30
build: ## Build the container
31
- @docker build --platform $(PLATFORM) -t $(IMG_NAME) .
+ @docker build --platform $(PLATFORM) -t $(IMG_NAME) --no-cache .
32
33
simulation: ## Start production environment in simulation mode
34
@docker run --rm -it \
0 commit comments