diff --git a/Jenkinsfile-build b/Jenkinsfile-build index 8eb7fcd..2989f83 100644 --- a/Jenkinsfile-build +++ b/Jenkinsfile-build @@ -6,4 +6,7 @@ stage('Build docker image') { app = docker.build("xit/opst-fo:latest") //docker image build 및 이름을 xit/opst-fo:$BUILD_NUMBER(빌드번호) 설정 } + stage('Docker run'){ + sh "docker run --rm --name opst-fo -d -p 80:80 xit/opst-fo:latest" + } } \ No newline at end of file