5 lines
60 B
Bash
5 lines
60 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
bin/rails db:migrate &&
|
||
|
bin/rails server
|