greenlight/scripts/default_start.sh
2016-11-30 16:19:27 -05:00

6 lines
70 B
Bash
Executable File

#!/bin/bash
rake db:migrate
exec bundle exec puma -C config/puma.rb