Просмотр исходного кода

fix(musare.sh): Pull images used in builds

Owen Diffey 2 месяцев назад
Родитель
Сommit
9f6110dcd2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      musare.sh

+ 1 - 1
musare.sh

@@ -173,7 +173,7 @@ runDockerCommand()
 
 
     if [[ ${2} == "build" && ${buildServices} != "" ]]; then
     if [[ ${2} == "build" && ${buildServices} != "" ]]; then
         # shellcheck disable=SC2086
         # shellcheck disable=SC2086
-        ${dockerCompose} build ${buildServices}
+        ${dockerCompose} build --pull ${buildServices}
     fi
     fi
 
 
     if [[ ${2} == "ps" || ${2} == "logs" ]]; then
     if [[ ${2} == "ps" || ${2} == "logs" ]]; then