Commit b72f6806 by amir

fix docker image name

parent 11c0e917
Showing with 1 additions and 1 deletions
...@@ -36,7 +36,7 @@ task buildDockerImage(type:Exec) { ...@@ -36,7 +36,7 @@ task buildDockerImage(type:Exec) {
dependsOn jar dependsOn jar
mustRunAfter jar mustRunAfter jar
println 'building docker image' println 'building docker image'
def commandWirhArgs = [ "docker" ,"build","-t", "172.16.1.132.5000/ipgallery/location-service", "."] def commandWirhArgs = [ "docker" ,"build","-t", "172.16.1.132:5000/ipgallery/location-service", "."]
commandLine commandWirhArgs 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