Fix docker build
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -98,10 +98,8 @@ pipeline {
|
|||||||
|
|
||||||
stage('Build WS Docker Image') {
|
stage('Build WS Docker Image') {
|
||||||
steps {
|
steps {
|
||||||
dir("${env.API_DIR}") {
|
|
||||||
script {
|
script {
|
||||||
docker.build("${DOCKER_REGISTRY}/geradoresws:${DOCKER_TAG}", '.')
|
docker.build("${DOCKER_REGISTRY}/geradoresws:${DOCKER_TAG}", "-f ${API_DIR}/Dockerfile .")
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user