Ver Fonte

Merge remote-tracking branch 'origin/main'

Jin Mao há 4 semanas atrás
pai
commit
84e77f64ea
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      scripts/deploy/build-local-docker-image.sh

+ 1 - 1
scripts/deploy/build-local-docker-image.sh

@@ -13,7 +13,7 @@ function stop_and_remove_container() {
 
 function remove_image() {
     # Remove the existing image
-    docker rmi vben-admin-pro >/dev/null 2>&1
+    docker rmi ${IMAGE_NAME} >/dev/null 2>&1
 }
 
 function install_dependencies() {