diff --git a/Jenkinsfile b/Jenkinsfile index 285f1ab..b4f473e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { // 컨테이너 내부로 파일 복사 sh "docker cp ${WORKSPACE}/. ${containerId}:${APP_VOLUME_FRONT}" // 컨테이너 재시작 - sh "docker restart ${containerId}" + // sh "docker restart ${containerId}" } else { error "Docker container ${DOCKER_CONTAINER_NAME} not found" }