1 parent 7d55204 commit af79252Copy full SHA for af79252
1 file changed
fly.toml
@@ -36,7 +36,10 @@ console_command = '/rails/bin/rails console'
36
memory = '256mb'
37
cpu_kind = 'shared'
38
cpus = 1
39
+
40
[[statics]]
41
guest_path = "/rails/public"
42
url_prefix = "/"
43
44
+[processes]
45
+ app = "./bin/rails server"
0 commit comments