about summary refs log tree commit diff
path: root/bin/heroku-web
blob: 219ef35b978bc169e7bff1e2b03a07f322e1ba0d (plain) (blame)
1
2
#!/bin/bash
if [ "$RUN_STREAMING" != "true" ]; then BIND=0.0.0.0 bundle exec puma -C config/puma.rb; else BIND=0.0.0.0 node ./streaming; fi