fix: make Procfile compatible with herokuish (#12685)
Co-authored-by: Aurelia <aurelia@serenitylabs.cloud>th-downstream
parent
1c70d8189c
commit
b444bf88ac
@ -0,0 +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
|
Loading…
Reference in new issue