From c6d00f134e363ae95ab9ad44e4d1a3a9308ccbe3 Mon Sep 17 00:00:00 2001 From: Grant Hutchins Date: Thu, 16 May 2024 17:53:56 -0500 Subject: [PATCH] Configure port for puma --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 50416ea..3832e9c 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: bin/puma +web: bin/puma -p ${PORT:-5000}