mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-18 15:58:50 +08:00
fix: fix the issues with the local build docker script (#4647)
This commit is contained in:
@@ -24,7 +24,7 @@ function install_dependencies() {
|
||||
|
||||
function build_image() {
|
||||
# build docker
|
||||
docker build . -f Dockerfile -t ${IMAGE_NAME} || ERROR="build_image failed"
|
||||
docker build ../../ -f Dockerfile -t ${IMAGE_NAME} || ERROR="build_image failed"
|
||||
}
|
||||
|
||||
function log_message() {
|
||||
|
||||
Reference in New Issue
Block a user