Skip to content

Commit

Permalink
Merge pull request #1004 from alphagov/redis-to-docker
Browse files Browse the repository at this point in the history
Add REDIS_URL to Dockerfile
  • Loading branch information
kevindew authored Apr 21, 2017
2 parents 25168e0 + a2d6f8e commit c01ba9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c01ba9d

Please sign in to comment.