Skip to content

Commit

Permalink
[OCI] Use correct path to config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaka committed Oct 18, 2024
1 parent d641583 commit 90ffda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jib {
}
container {
jvmFlags = listOf(
"-Dspring.config.additional-location=optional:file:/config/application.yaml",
"-Dspring.config.additional-location=optional:file:/config/application.yaml,optional:file:/workspace/application.yaml",
"-Dsun.jnu.encoding=UTF-8",
"-Dfile.encoding=UTF-8",
"-Xms256m",
Expand Down

0 comments on commit 90ffda9

Please sign in to comment.