Skip to content

Commit

Permalink
Add GOVUK env vars
Browse files Browse the repository at this point in the history
Govuk Publishing Components gem requires these env vars to be set,
however we do not actually need to use them.
  • Loading branch information
njseeto committed Jun 28, 2023
1 parent 021899b commit 765c353
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 765c353

Please sign in to comment.