forked from External/greenlight
6 lines
70 B
Bash
Executable File
6 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rake db:migrate
|
|
|
|
exec bundle exec puma -C config/puma.rb
|