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 fecabde commit b1e8d78Copy full SHA for b1e8d78
netlify.toml
@@ -1,4 +1,4 @@
1
[build]
2
- command = "bundle install && ruby app.rb -o 0.0.0.0"
+ command = "bundle install && gem install sinatra && ruby app.rb -o 0.0.0.0"
3
publish = "public"
4
0 commit comments