Skip to content

Commit

Permalink
update fly config to fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
madawei2699 committed May 28, 2023
1 parent 02d7d76 commit f30a1cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ primary_region = "sin"
kill_signal = "SIGINT"
kill_timeout = "5s"

[build]
builder = "paketobuildpacks/builder:full"
builtin = "python"

[build.settings]
pythonbase = "3.9-slim-buster"

[env]
PORT = "8080"

Expand Down

0 comments on commit f30a1cb

Please sign in to comment.