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----'