greenlight/bin/start
2018-06-20 15:24:39 -04:00

7 lines
109 B
Bash
Executable File

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