Skip to content

Commit

Permalink
feat: add main class to container
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiSviridov committed Dec 6, 2023
1 parent 720f64e commit 7e20e30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ plugins {

tasks {
jib {
container {
mainClass = "cli.DockerCLIKt"
}
from {
image = "maven:3.9.0-eclipse-temurin-17"

Expand Down

0 comments on commit 7e20e30

Please sign in to comment.