From a2d6f8e8b6fdfc9fceda9a4f476783543f0ca82d Mon Sep 17 00:00:00 2001 From: Kevin Dew Date: Thu, 20 Apr 2017 16:33:27 +0100 Subject: [PATCH] Add REDIS_URL to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1c2e58a7a..340f66f7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ RUN apt-get update -qq && apt-get upgrade -y && apt-get install -y build-essenti ENV GOVUK_APP_NAME static ENV RAILS_ENV development +ENV REDIS_URL redis://redis ENV PORT 3013 ENV APP_HOME /app