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