greenlight/scripts/default_start.sh

6 lines
70 B
Bash
Executable File

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