Skip to content

Commit e88019d

Browse files
committed
Add --no-cache option to Docker build command in Makefile
1 parent 28301f8 commit e88019d

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

1414
build: ## Build the container
15-
@docker build --platform $(PLATFORM) -t $(IMG_NAME) .
15+
@docker build --platform $(PLATFORM) -t $(IMG_NAME) --no-cache .
1616

1717
dev: ## Start development environment
1818
@docker run --rm -it \

0 commit comments

Comments
 (0)