Files
greenlight/bin/start
T

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