Commit 78c99293 authored by gaoxu's avatar gaoxu 😵

Update docker.gradle

parent fa34221e
...@@ -9,3 +9,10 @@ buildscript { ...@@ -9,3 +9,10 @@ buildscript {
} }
} }
apply plugin: com.palantir.gradle.docker.PalantirDockerPlugin apply plugin: com.palantir.gradle.docker.PalantirDockerPlugin
docker {
dependsOn build
name"${registryAddress}/${project.group}-${jar.baseName}"
files jar.archivePath
buildArgs(['JAR_FILE': "${jar.archiveName}"])
}
\ No newline at end of file
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 to comment