Skip to content

Commit

Permalink
fix: add specific buildpacks
Browse files Browse the repository at this point in the history
  • Loading branch information
thekovie committed Mar 4, 2024
1 parent 6d28f6d commit 7af6fe5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DBApplication/dbapp/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ primary_region = "sin"

[build]
builder = "paketobuildpacks/builder:base"
buildpacks = ["gcr.io/paketo-buildpacks/bellsoft-liberica",
"gcr.io/paketo-buildpacks/syft",
"gcr.io/paketo-buildpacks/maven",
"gcr.io/paketo-buildpacks/apache-tomcat",
"gcr.io/paketo-buildpacks/apache-tomee"]

[build.args]
BP_JVM_TYPE="JRE"
Expand Down

0 comments on commit 7af6fe5

Please sign in to comment.