Merge remote-tracking branch 'origin/main'

master^2
Jin Mao 2026-05-16 11:18:52 +08:00
commit 84e77f64ea
1 changed files with 1 additions and 1 deletions

View File

@ -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() {