Compare commits

...

4 Commits

Author SHA1 Message Date
5f93aab040 Merge pull request 'xinwei' (#72) from xinwei into master
All checks were successful
continuous-integration/drone Build is passing
Reviewed-on: #72
2024-09-05 17:15:15 +08:00
40ba1cb503 定时任务服务不做容器内存限制 2024-09-05 17:14:29 +08:00
e2ccdbd4c4 Merge branch 'master' of http://101.43.112.107:3000/root/ludu-cloud into xinwei 2024-09-05 10:57:15 +08:00
a6a4d1e382 Merge remote-tracking branch 'origin/master' into xinwei 2024-09-05 09:45:09 +08:00

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