diff --git a/Jenkinsfile b/Jenkinsfile index 9ad5ff8..fc783fc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,7 +56,7 @@ pipeline { stage('Docker Build Imagens') { steps { script { - docker.build("${WS_IMAGE}", "${API_DIR}") + docker.build("${WS_IMAGE}") docker.build("${REACT_IMAGE}", "${REACT_DIR}") } }