From f099744cf356ce4cde0f26a9fdd58584878edce1 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Wed, 6 Sep 2023 22:31:22 +0300 Subject: [PATCH] Fix in Procfile --- Procfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Procfile b/Procfile index 248bb91..c4d4f51 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1 @@ -web: rake db:migrate && bin/rails server -b 0.0.0.0 -p ${PORT:-3000} & yarn watch:css & yarn build --watch -seed: bundle exec rails db:seed +web: yarn build:assets && bin/rails server -b 0.0.0.0 -p ${PORT:-3000}