We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7dfef commit 7f977afCopy full SHA for 7f977af
netlify.toml
@@ -1,4 +1,4 @@
1
[build]
2
- command = "bundle install && gem install sinatra && gem install githubchart -v 4.0.0 && gem install thin puma reel http webrick && nohup ruby app.rb -o 0.0.0.0 &"
+ command = "bundle install && gem install sinatra && gem install githubchart -v 4.0.0 && gem install thin puma reel http webrick && ruby app.rb -o 0.0.0.0 & disown"
3
publish = "public"
4
0 commit comments