diff --git a/Jenkinsfile b/Jenkinsfile index d0e96db..f1d070a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -88,7 +88,7 @@ pipeline { steps { // Construir a imagem Docker do Backend usando o Dockerfile existente script { - docker.build("${API_DOCKER_IMAGE}", ".") + docker.build("${API_DOCKER_IMAGE}", "-f Fe/Dockerfile .") } } }