修改启动脚本
Some checks failed
oasis/resume/pipeline/head There was a failure building this commit

This commit is contained in:
2026-01-20 06:28:57 +00:00
parent 460d826100
commit d4ff59788d

1
Jenkinsfile vendored
View File

@@ -113,6 +113,7 @@ spec:
echo "Pulling the docker image complete." echo "Pulling the docker image complete."
echo "starting the docker image ..." echo "starting the docker image ..."
sh """ sh """
docker stop resume
docker run -itd -p 8080:80 --name resume $CONTAINER_NAME docker run -itd -p 8080:80 --name resume $CONTAINER_NAME
""" """
echo "starting the docker image complete." echo "starting the docker image complete."