From a8ee63a0f3fe4f012b714c54d0e71f585dc518a2 Mon Sep 17 00:00:00 2001 From: punchhhh <87906027+punchhhh@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:11:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9docker=20build=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ludu-job-admin/ludu-job-admin-biz/run.sh | 2 +- ludu-module-datacenter/ludu-module-datacenter-biz/run.sh | 2 +- ludu-module-hiking/ludu-module-hiking-biz/run.sh | 2 +- ludu-module-parking/ludu-module-parking-biz/run.sh | 2 +- ludu-module-ticketing/ludu-module-ticketing-biz/run.sh | 2 +- yudao-gateway/run.sh | 2 +- yudao-module-infra/yudao-module-infra-biz/run.sh | 2 +- yudao-module-system/yudao-module-system-biz/run.sh | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ludu-job-admin/ludu-job-admin-biz/run.sh b/ludu-job-admin/ludu-job-admin-biz/run.sh index 3627248c1..b0dfa2c92 100644 --- a/ludu-job-admin/ludu-job-admin-biz/run.sh +++ b/ludu-job-admin/ludu-job-admin-biz/run.sh @@ -5,7 +5,7 @@ app_version='1.0.0' #profile_active='prod' # 打包编译docker镜像 echo '----build image----' -docker build build -f Dockerfile -t ${app_name}:${app_version} . +docker build -f Dockerfile -t ${app_name}:${app_version} . echo '----stop container----' docker stop ${app_name} echo '----rm container----' diff --git a/ludu-module-datacenter/ludu-module-datacenter-biz/run.sh b/ludu-module-datacenter/ludu-module-datacenter-biz/run.sh index d3e526e48..250e6512e 100644 --- a/ludu-module-datacenter/ludu-module-datacenter-biz/run.sh +++ b/ludu-module-datacenter/ludu-module-datacenter-biz/run.sh @@ -4,7 +4,7 @@ app_version='1.0.0' # 定义应用环境 # 打包编译docker镜像 echo '----build image----' -docker build build -f Dockerfile -t ${app_name}:${app_version} . +docker build -f Dockerfile -t ${app_name}:${app_version} . echo '----stop container----' docker stop ${app_name} echo '----rm container----' diff --git a/ludu-module-hiking/ludu-module-hiking-biz/run.sh b/ludu-module-hiking/ludu-module-hiking-biz/run.sh index c7a566835..0e52f885c 100644 --- a/ludu-module-hiking/ludu-module-hiking-biz/run.sh +++ b/ludu-module-hiking/ludu-module-hiking-biz/run.sh @@ -4,7 +4,7 @@ app_version='1.0.0' # 定义应用环境 # 打包编译docker镜像 echo '----build image----' -docker build build -f Dockerfile -t ${app_name}:${app_version} . +docker build -f Dockerfile -t ${app_name}:${app_version} . echo '----stop container----' docker stop ${app_name} echo '----rm container----' diff --git a/ludu-module-parking/ludu-module-parking-biz/run.sh b/ludu-module-parking/ludu-module-parking-biz/run.sh index d67caa0ef..3c1385fe4 100644 --- a/ludu-module-parking/ludu-module-parking-biz/run.sh +++ b/ludu-module-parking/ludu-module-parking-biz/run.sh @@ -4,7 +4,7 @@ app_version='1.0.0' # 定义应用环境 # 打包编译docker镜像 echo '----build image----' -docker build build -f Dockerfile -t ${app_name}:${app_version} . +docker build -f Dockerfile -t ${app_name}:${app_version} . echo '----stop container----' docker stop ${app_name} echo '----rm container----' diff --git a/ludu-module-ticketing/ludu-module-ticketing-biz/run.sh b/ludu-module-ticketing/ludu-module-ticketing-biz/run.sh index 074f91f88..f48996bf6 100644 --- a/ludu-module-ticketing/ludu-module-ticketing-biz/run.sh +++ b/ludu-module-ticketing/ludu-module-ticketing-biz/run.sh @@ -4,7 +4,7 @@ app_version='1.0.0' # 定义应用环境 # 打包编译docker镜像 echo '----build image----' -docker build build -f Dockerfile -t ${app_name}:${app_version} . +docker build -f Dockerfile -t ${app_name}:${app_version} . echo '----stop container----' docker stop ${app_name} echo '----rm container----' diff --git a/yudao-gateway/run.sh b/yudao-gateway/run.sh index 35a1da8a7..563e8757e 100644 --- a/yudao-gateway/run.sh +++ b/yudao-gateway/run.sh @@ -4,7 +4,7 @@ app_version='1.0.0' # 定义应用环境 # 打包编译docker镜像 echo '----build image----' -docker build build -f Dockerfile -t ${app_name}:${app_version} . +docker build -f Dockerfile -t ${app_name}:${app_version} . echo '----stop container----' docker stop ${app_name} echo '----rm container----' diff --git a/yudao-module-infra/yudao-module-infra-biz/run.sh b/yudao-module-infra/yudao-module-infra-biz/run.sh index b026dafc6..15cd7c308 100644 --- a/yudao-module-infra/yudao-module-infra-biz/run.sh +++ b/yudao-module-infra/yudao-module-infra-biz/run.sh @@ -4,7 +4,7 @@ app_version='1.0.0' # 定义应用环境 # 打包编译docker镜像 echo '----build image----' -docker build build -f Dockerfile -t ${app_name}:${app_version} . +docker build -f Dockerfile -t ${app_name}:${app_version} . echo '----stop container----' docker stop ${app_name} echo '----rm container----' diff --git a/yudao-module-system/yudao-module-system-biz/run.sh b/yudao-module-system/yudao-module-system-biz/run.sh index f46c341b2..158ee1cd8 100644 --- a/yudao-module-system/yudao-module-system-biz/run.sh +++ b/yudao-module-system/yudao-module-system-biz/run.sh @@ -4,7 +4,7 @@ app_version='1.0.0' # 定义应用环境 # 打包编译docker镜像 echo '----build image----' -docker build build -f Dockerfile -t ${app_name}:${app_version} . +docker build -f Dockerfile -t ${app_name}:${app_version} . echo '----stop container----' docker stop ${app_name} echo '----rm container----' -- 2.45.2