diff --git a/Procfile b/Procfile index ea1e250d..8c995585 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: LC_ALL=UTF-8 bundle exec rackup config.ru -p $PORT +web: bundle exec rackup config.ru -p $PORT