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