From 2b9e782e32400f1997f3235fe8d307b6f956ab52 Mon Sep 17 00:00:00 2001 From: Reid Hewitt Date: Mon, 18 Nov 2024 09:35:20 -0600 Subject: [PATCH] test --- manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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