From 7ad74dae8a5ee8ebb889d21dee13a7b8cee99a34 Mon Sep 17 00:00:00 2001 From: Araozu Date: Sun, 6 Oct 2024 21:01:21 -0500 Subject: [PATCH] fix: jenkinsfile, again --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5c4a203..6c87a85 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { steps { dir('docker') { sh 'docker compose stop || true' - sh 'docker compose up --build -d' + sh 'docker compose up --force-recreate -d' } } }