We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e741ba9 + 366c768 commit 3bc2f38Copy full SHA for 3bc2f38
2 files changed
fixtures/default/sinatra_jruby/Procfile
@@ -1 +1 @@
1
-web: bundle exec rackup config.ru -o 0.0.0.0 -p $PORT
+web: echo "Starting JRuby Sinatra app on port $PORT..." && bundle exec rackup config.ru -o 0.0.0.0 -p $PORT
fixtures/default/sinatra_jruby/manifest.yml
@@ -1,3 +1,5 @@
---
2
applications:
3
- name: sinatra_jruby_web_app
4
+ health-check-type: process
5
+ timeout: 180
0 commit comments