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