diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 6ccb296..bef5a00 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -67,6 +67,7 @@ COPY web/themes/custom/opdavies/package*.json ./ RUN npm install +COPY config config COPY web/themes/custom/opdavies/postcss.config.js . COPY web/themes/custom/opdavies/webpack.config.js . COPY web/themes/custom/opdavies/tailwind.config.js . diff --git a/web/themes/custom/opdavies/tailwind.config.js b/web/themes/custom/opdavies/tailwind.config.js index 99fdb5f..33c0988 100644 --- a/web/themes/custom/opdavies/tailwind.config.js +++ b/web/themes/custom/opdavies/tailwind.config.js @@ -8,7 +8,6 @@ module.exports = { important: true, purge: { content: [ - '../../../../config/**/*.yml', 'config/**/*.yml', 'tailwindcss/safelist-classes.txt', 'templates/**/*.html.twig'