Skip to content

Commit 9857dae

Browse files
committed
Add --no-cache option to Docker build command
1 parent fe01309 commit 9857dae

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
@@ -28,7 +28,7 @@ help:
2828
| sort | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[32m%-15s\033[0m %s\n", $$1, $$2}'
2929

3030
build: ## Build the container
31-
@docker build --platform $(PLATFORM) -t $(IMG_NAME) .
31+
@docker build --platform $(PLATFORM) -t $(IMG_NAME) --no-cache .
3232

3333
simulation: ## Start production environment in simulation mode
3434
@docker run --rm -it \

0 commit comments

Comments
 (0)