Merge pull request '测试gitea更新' (#73) from xinwei into master
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
Reviewed-on: #73
This commit is contained in:
commit
f9982b7ec0
@ -13,4 +13,4 @@ docker rmi ${app_name}:${app_version}
|
|||||||
echo '----build image----'
|
echo '----build image----'
|
||||||
docker buildx build -f Dockerfile -t ${app_name}:${app_version} .
|
docker buildx build -f Dockerfile -t ${app_name}:${app_version} .
|
||||||
echo '----start container----'
|
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}
|
Loading…
Reference in New Issue
Block a user