diff --git a/docker-compose.yaml b/docker-compose.yaml index 56a1704..981fcdc 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -52,14 +52,12 @@ services: volumes: - assets:/node/build - node_modules:/node/node_modules + - ./config:/node/config - ./web/themes/custom/opdavies/assets:/node/assets - ./web/themes/custom/opdavies/package-lock.json:/node/package-lock.json - ./web/themes/custom/opdavies/package.json:/node/package.json - ./web/themes/custom/opdavies/postcss.config.js:/node/postcss.config.js - ./web/themes/custom/opdavies/tailwindcss:/node/tailwindcss - - ./web/themes/custom/opdavies/tailwind-colours.js:/node/tailwind-colours.js - - ./web/themes/custom/opdavies/tailwind-plugin-focus-visible.js:/node/tailwind-plugin-focus-visible.js - - ./web/themes/custom/opdavies/tailwind-safelist-classes.txt:/node/tailwind-safelist-classes.txt - ./web/themes/custom/opdavies/tailwind.config.js:/node/tailwind.config.js - ./web/themes/custom/opdavies/templates:/node/templates - ./web/themes/custom/opdavies/webpack.config.js:/node/webpack.config.js