Commit 8849d715 by Adi Amir

Merge remote-tracking branch 'origin/develop' into develop

parents 402ac805 2577801c
Showing with 2 additions and 2 deletions
FROM 172.16.1.212:5050/ipgallery.common.java/microservice
FROM municipalitybank.com:5050/ipgallery.common.java/microservice
COPY build/libs/mde-*.jar /usr/
COPY cfg/config.properties /opt/mcx/config/
......
......@@ -64,7 +64,7 @@ task buildDockerImage(type:Exec) {
dependsOn jar
mustRunAfter jar
println 'building docker image'
def commandWirhArgs = [ "docker" ,"build","-t", "172.16.1.212:5050/mcx/mde", "."]
def commandWirhArgs = [ "docker" ,"build","-t", "municipalitybank.com:5050/mcx/mde", "."]
commandLine commandWirhArgs
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment