~cytrogen/masto-fe

ref: eeab3560fc0516070b3fb97e089b15ecab1938c8 masto-fe/bin/heroku-web -rwxr-xr-x 139 bytes
eeab3560 — Claire Merge pull request from GHSA-v3xf-c9qf-j667 2 years ago
                                                                                
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