hotfix
All checks were successful
oasis/resume/pipeline/head This commit looks good

This commit is contained in:
2026-01-20 06:30:24 +00:00
parent d4ff59788d
commit 5e25324369

2
Jenkinsfile vendored
View File

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