Add --no-cache to docker build commands

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
Jacquin Antoine
2026-02-28 23:10:00 +01:00
parent 58292e10d7
commit 0ca7f53d01

View File

@ -2,7 +2,7 @@
# Docker parameters
DOCKER=docker
DOCKER_BUILD=$(DOCKER) build
DOCKER_BUILD=$(DOCKER) build --no-cache
DOCKER_RUN=$(DOCKER) run
# Image names