Skip to content

Commit

Permalink
Gradle: Create torDockerImage build task
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Oct 5, 2023
1 parent aa984e6 commit 37e8559
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,10 @@ class DockerImageBuilderPlugin : Plugin<Project> {
imageTag.set("bisq/seednode:latest")
dockerDirectory.set(seednodeBuildDir)
}

project.tasks.register<DockerBuildTask>("torDockerImage") {
imageTag.set("bisq/tor:latest")
dockerDirectory.set(project.layout.projectDirectory.dir("deployment_v2/docker/tor"))
}
}
}

0 comments on commit 37e8559

Please sign in to comment.