diff --git a/manifest.yml b/manifest.yml index 3ad506b..8a058d7 100644 --- a/manifest.yml +++ b/manifest.yml @@ -8,4 +8,4 @@ applications: routes: - route: ((route-external)) stack: cflinuxfs4 - command: rails server -p $PORT \ No newline at end of file + command: rails server -p $PORT -b 0.0.0.0 -e development \ No newline at end of file