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"