From 40be33764f8f8092639fc76a92fb927566ce364d Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Sat, 19 Oct 2019 07:03:48 +0800 Subject: [PATCH] #52 procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 5151ec7..95fcbbf 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: LC_ALL=UTF-8 bundle exec ruby 0rsk.rb -p $PORT +web: bundle exec ruby 0rsk.rb -p $PORT