mirror of https://github.com/usbharu/Hideout.git
chore: docker image name
This commit is contained in:
parent
2bdbfc2b13
commit
9f2890b042
|
@ -50,3 +50,17 @@ dependencies {
|
|||
testImplementation("io.ktor:ktor-server-tests-jvm:$ktor_version")
|
||||
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version")
|
||||
}
|
||||
|
||||
jib {
|
||||
if (System.getProperty("os.name").toLowerCase().contains("windows")) {
|
||||
dockerClient.environment = mapOf(
|
||||
"DOCKER_HOST" to "localhost:2375"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
ktor {
|
||||
docker {
|
||||
localImageName.set("hideout")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue