From 800414dfc87041d53438f688042a33711076c9f5 Mon Sep 17 00:00:00 2001 From: Fab Date: Mon, 14 Sep 2026 19:21:00 +0200 Subject: [PATCH] maj du build paheko sans cache --- dockers/paheko/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockers/paheko/build.sh b/dockers/paheko/build.sh index b8db49a..3dc1c4e 100755 --- a/dockers/paheko/build.sh +++ b/dockers/paheko/build.sh @@ -8,4 +8,4 @@ printKazMsg "\n *** Création du Dockerfile paheko" cd "${KAZ_ROOT}" -docker build -t pahekokaz . -f dockers/paheko/Dockerfile +docker build --no-cache -t pahekokaz . -f dockers/paheko/Dockerfile \ No newline at end of file