From 7e5c7b97ba039c17132f42dcd1816d5d5a2ff84d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Tue, 20 Dec 2016 13:52:21 +0100 Subject: [PATCH] fresh install = no --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index c597edc..51dcbf7 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -7,7 +7,7 @@ GIT_BRANCH="develop" #GIT_BRANCH="unicorn" RAILS_SERVER="puma" RAILS_ENV="production" -FRESH_INSTALL="yes" +FRESH_INSTALL="no" DEBUG="no" if [ "$1" = 'zammad' ]; then