Skip to content
Snippets Groups Projects
Commit 243575a0 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

OSB-45: specify context for dbinterface build

parent db25a529
No related branches found
No related tags found
1 merge request!89Monitoring maintenance Epic branch merge
......@@ -20,7 +20,7 @@ pipeline {
}
docker.build("lofar-maintenance-dbinterface:${DOCKER_TAG}",
"-f LCU/Maintenance/Docker/DBInterface/Dockerfile --build-arg TAG=${DOCKER_TAG}")
"-f LCU/Maintenance/Docker/DBInterface/Dockerfile --build-arg TAG=${DOCKER_TAG} .")
dir ('LCU/Maintenance/Docker/RESTService/'){
docker.build("lofar-maintenance-restservice:${DOCKER_TAG}", "--build-arg TAG=${DOCKER_TAG}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment