Skip to content

Commit

Permalink
feat: Update fly.toml configuration
Browse files Browse the repository at this point in the history
- Removed the image specification in the build section of the configuration
  • Loading branch information
zzkW35 committed Oct 11, 2023
1 parent ddf31bb commit c259c62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fly.toml app configuration file generated for aidapp-core on 2023-10-11T19:19:17+02:00
# fly.toml app configuration file generated for aidapp-core on 2023-10-11T19:55:47+02:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
Expand All @@ -7,7 +7,6 @@ app = "aidapp-core"
primary_region = "cdg"

[build]
image = "ghcr.io/aida-hq/aidapp:core"

[http_service]
internal_port = 8080
Expand Down

0 comments on commit c259c62

Please sign in to comment.