Merge pull request 'xinwei' (#72) from xinwei into master
All checks were successful
continuous-integration/drone Build is passing

Reviewed-on: #72
This commit is contained in:
root 2024-09-05 17:15:15 +08:00
commit 5f93aab040

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}