From 1070b637879fadad2b511ca8fc555a29dda2cff0 Mon Sep 17 00:00:00 2001 From: XinWei <2718030729@qq.com> Date: Tue, 27 Aug 2024 17:54:13 +0800 Subject: [PATCH] =?UTF-8?q?datacenter=20=E5=AE=B9=E5=99=A8=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E4=BF=AE=E6=94=B9=E4=B8=BA=E9=BB=98=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ludu-module-datacenter/ludu-module-datacenter-biz/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ludu-module-datacenter/ludu-module-datacenter-biz/run.sh b/ludu-module-datacenter/ludu-module-datacenter-biz/run.sh index 510b89f27..b29dd32c6 100644 --- a/ludu-module-datacenter/ludu-module-datacenter-biz/run.sh +++ b/ludu-module-datacenter/ludu-module-datacenter-biz/run.sh @@ -13,4 +13,4 @@ docker rmi ${app_name}:${app_version} echo '----build image----' docker buildx build -f Dockerfile -t ${app_name}:${app_version} . echo '----start container----' -docker run -d -p 9091:48092 --name ${app_name} --memory 800m ${app_name}:${app_version} \ No newline at end of file +docker run -d -p 9091:48092 --name ${app_name} ${app_name}:${app_version} \ No newline at end of file