From 6727d6c45067c864e82eaea90f43a2dc5409ddce Mon Sep 17 00:00:00 2001 From: Diego Araújo Date: Mon, 11 Jan 2016 11:20:54 -0200 Subject: [PATCH] [Colab] Include relative url root path --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index e905ce6..8e45102 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: bundle exec rails s -p $PORT -e $RAILS_ENV \ No newline at end of file +web: RAILS_RELATIVE_URL_ROOT=/mezuro bundle exec rails s -p $PORT -e $RAILS_ENV -- libgit2 0.21.2