mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
4 lines
52 B
Bash
Executable file
4 lines
52 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rails db:migrate
|
|
rails server -b 0.0.0.0
|