From 05651746253772dfd21d70e5d55b996f71611df6 Mon Sep 17 00:00:00 2001 From: Carlos Fagiani Junior Date: Wed, 18 Oct 2023 19:16:01 +0000 Subject: [PATCH] Add host --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index c267b5e..92fac6b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: bundle exec jekyll serve --port 3000 \ No newline at end of file +web: bundle exec jekyll serve --port 3000 --host 0.0.0.0 \ No newline at end of file