4 lines
35 B
Bash
Executable File
4 lines
35 B
Bash
Executable File
#!/bin/sh
|
|
|
|
exec rails s -b 0.0.0.0
|