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