Merge pull request '端口修改' (#88) 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: #88
This commit is contained in:
commit
60d8df8877
@ -13,4 +13,4 @@ docker rm ${app_name}
|
|||||||
echo '----rmi none image----'
|
echo '----rmi none image----'
|
||||||
docker rmi $(docker images -f "dangling=true" -q)
|
docker rmi $(docker images -f "dangling=true" -q)
|
||||||
echo '----start container----'
|
echo '----start container----'
|
||||||
docker run -d -p 9090:9090 --name ${app_name} --restart always ${app_name}:${app_version}
|
docker run -d -p 48083:9090 --name ${app_name} --restart always ${app_name}:${app_version}
|
Loading…
Reference in New Issue
Block a user