Skip to content

Commit af79252

Browse files
committed
fly: Specify the processes
I'm not sure if this is needed
1 parent 7d55204 commit af79252

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

fly.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ console_command = '/rails/bin/rails console'
3636
memory = '256mb'
3737
cpu_kind = 'shared'
3838
cpus = 1
39+
3940
[[statics]]
4041
guest_path = "/rails/public"
4142
url_prefix = "/"
4243

44+
[processes]
45+
app = "./bin/rails server"

0 commit comments

Comments
 (0)