Merge pull request '测试gitea更新' (#73) from xinwei into master
All checks were successful
continuous-integration/drone Build is passing

Reviewed-on: http://101.43.112.107:3000/root/ludu-cloud/pulls/73
This commit is contained in:
root 2024-09-06 14:12:31 +08:00
commit f9982b7ec0

View File

@ -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}
docker run -d -p 48081:48081 --name ${app_name} --memory 750m ${app_name}:${app_version}