summaryrefslogtreecommitdiff
path: root/scalelite/bin/start
blob: 3a27841160b0adc9842895a9aa4643fe1918969e (plain)
1
2
3
4
5
#!/bin/bash

bundle exec puma -C config/puma.rb
#tail -f /dev/null
#bundle exec rails s -b 0.0.0.0 -p 3000