Skip to content

Commit

Permalink
Remove asset root from docker file
Browse files Browse the repository at this point in the history
This shouldn't be needed if assets are served at a relative path.
  • Loading branch information
kevindew committed May 26, 2020
1 parent 24e0cee commit 30c139e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ RUN apt-get install -y build-essential nodejs && apt-get clean
RUN gem install foreman

ENV GOVUK_APP_NAME government-frontend
ENV GOVUK_ASSET_ROOT http://assets-origin.dev.gov.uk
ENV PORT 3090
ENV RAILS_ENV development

Expand Down

0 comments on commit 30c139e

Please sign in to comment.