4 lines
60 B
Bash
Executable File
4 lines
60 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
exec ./bin/rails s -b 0.0.0.0 -p 3000 -d
|