fix: fix the issues with the local build docker script (#4647)

This commit is contained in:
Svend
2024-10-15 21:45:05 +08:00
committed by GitHub
parent d5a210f53f
commit 850a6af1e0
3 changed files with 4 additions and 4 deletions

View File

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