Skip to content

Commit

Permalink
Feat: set main class for jib
Browse files Browse the repository at this point in the history
  • Loading branch information
versatile0010 committed Jan 8, 2024
1 parent 4b19f0d commit 21edd81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daepiro-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jib {
tags = ["latest"]
}
container {
mainClass = 'java.com.numberone.backend.BackendApplication'
jvmFlags = ["-Duser.timezone=Asia/Seoul", "-Xms128m", "-Xmx128m"]
}
}
Expand Down

0 comments on commit 21edd81

Please sign in to comment.