Merge remote-tracking branch 'origin/main'
commit
84e77f64ea
|
|
@ -13,7 +13,7 @@ function stop_and_remove_container() {
|
||||||
|
|
||||||
function remove_image() {
|
function remove_image() {
|
||||||
# Remove the existing 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() {
|
function install_dependencies() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue