From a74f794a5bea5a04d950507cacb12cfcf8a37881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Mon, 19 Dec 2016 21:28:31 +0100 Subject: [PATCH] set dbug to no --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index b064a69..75df5c8 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -7,7 +7,7 @@ GIT_BRANCH="develop" #GIT_BRANCH="unicorn" FRESH_INSTALL="no" RAILS_SERVER="puma" -DEBUG="yes" +DEBUG="no" export RAILS_ENV="production"