diff --git a/Dockerfile b/Dockerfile index 2165b7b25..a8a585ba9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,10 +5,6 @@ FROM $builder_image AS builder ENV GOVUK_APP_NAME=static -# GOOGLE_TAG_MANAGER_ID is set to ensure assets are precompiled with GTM -# module enabled. Value is set to the real GTM ID during deployment. -ENV GOOGLE_TAG_MANAGER_ID=true - WORKDIR /app COPY Gemfile* .ruby-version /app/