From 0dde9222f4523ccc077c07f590d293b17fc16ea2 Mon Sep 17 00:00:00 2001 From: XinWei <2718030729@qq.com> Date: Fri, 6 Sep 2024 14:10:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95gitea=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-module-system/yudao-module-system-biz/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-module-system/yudao-module-system-biz/run.sh b/yudao-module-system/yudao-module-system-biz/run.sh index 7423a438c..1cf5b11a0 100644 --- a/yudao-module-system/yudao-module-system-biz/run.sh +++ b/yudao-module-system/yudao-module-system-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 48081:48081 --name ${app_name} --memory 700m ${app_name}:${app_version} \ No newline at end of file +docker run -d -p 48081:48081 --name ${app_name} --memory 750m ${app_name}:${app_version} \ No newline at end of file