Skip to content

Commit

Permalink
add build gradle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VovaStelmashchuk committed Mar 17, 2024
1 parent 5fff7c4 commit 1de243b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ ktor {
)
)
}
jib {
from {
image = "openjdk:17-jdk-alpine"
}
to {
image = "vovochkastelmashchuk/nest2d"
tags = setOf("${project.version}")
}
}
}

repositories {
Expand Down

0 comments on commit 1de243b

Please sign in to comment.