54b8c291ea
though I left the case alone where the command would previously been just `bundle exec rake`, as doing the same doesn't work for rails.
6 lines
48 B
Bash
6 lines
48 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
rails db:setup
|
|
rails server
|