mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
5 lines
52 B
Bash
5 lines
52 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
rails db:migrate
|
||
|
|
rails server -b 0.0.0.0
|