Skip to content

Commit

Permalink
feat: build gradle jib 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdrbs96 committed Jul 8, 2023
1 parent fb16170 commit 5b05b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,4 @@ subprojects {
tasks.withType<Test> {
useJUnitPlatform()
}

}
2 changes: 2 additions & 0 deletions shorts-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ jib {
from {
image = "eclipse-temurin:17-jre-alpine"
}

to {
image = System.getProperty("image", "wjdrbs96/shorts")
tags = setOf(System.getProperty("tag", "latest"))
}

container {
jvmFlags = listOf(
"-Duser.timezone=Asia/Seoul"
Expand Down

0 comments on commit 5b05b0a

Please sign in to comment.