修改docker run
All checks were successful
oasis/resume/pipeline/head This commit looks good

This commit is contained in:
2026-01-20 06:17:57 +00:00
parent 07929ab721
commit b3db3d47cd

2
Jenkinsfile vendored
View File

@@ -113,7 +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 run -itd -p 8080:80 -n 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."
} }