Skip to content

Commit

Permalink
Merge pull request #1208 from ministryofjustice/add-env-var
Browse files Browse the repository at this point in the history
Add GOVUK env vars
  • Loading branch information
njseeto authored Jun 28, 2023
2 parents 021899b + 765c353 commit 54086ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ EXPOSE $APP_PORT

USER ${UID}

# Govuk Publishing Components gem requires these env vars to be set, however we
# do not actually need to use them.
ENV GOVUK_APP_DOMAIN ''
ENV GOVUK_WEBSITE_ROOT ''

ARG RAILS_ENV=production

RUN gem install bundler
Expand Down

0 comments on commit 54086ad

Please sign in to comment.