From 298a008c5dff8b6628519801dd662f4c35839b17 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Wed, 6 Sep 2023 22:50:52 +0300 Subject: [PATCH] Update Procfile for production --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index c4d4f51..8014b0a 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: yarn build:assets && bin/rails server -b 0.0.0.0 -p ${PORT:-3000} +web: yarn build:css && yarn build && bin/rails server -b 0.0.0.0 -p ${PORT:-3000}