更新 yudao-server/run.sh
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8d61fbaef7
commit
07f352c820
@ -8,8 +8,8 @@ echo '----stop container----'
|
|||||||
docker stop ${app_name}
|
docker stop ${app_name}
|
||||||
echo '----rm container----'
|
echo '----rm container----'
|
||||||
docker rm ${app_name}
|
docker rm ${app_name}
|
||||||
echo '----rm image----'
|
#echo '----rm image----'
|
||||||
docker rmi -f "${app_name}:${app_version}"
|
#docker rmi -f "${app_name}:${app_version}"
|
||||||
echo '----pull image----'
|
echo '----pull image----'
|
||||||
docker pull "${app_repository}/${app_name}:${app_version}"
|
docker pull "${app_repository}/${app_name}:${app_version}"
|
||||||
echo '----start container----'
|
echo '----start container----'
|
||||||
|
Loading…
Reference in New Issue
Block a user