Skip to content

Commit

Permalink
fix: add sudo command
Browse files Browse the repository at this point in the history
  • Loading branch information
thekovie committed Mar 4, 2024
1 parent 72e5b1d commit b635475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBApplication/dbapp/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ primary_region = "sin"
BPL_JVM_THREAD_COUNT="100"

[deploy]
release_command = "chmod a+x /layers/paketo-buildpacks_apache-tomcat/"
release_command = "sudo chmod a+x /layers/paketo-buildpacks_apache-tomcat/"

0 comments on commit b635475

Please sign in to comment.