From 8289e7a2816633561ab4872370a602023331ca46 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 27 Nov 2021 09:08:18 +0000 Subject: [PATCH] fix: update node container volumes --- docker-compose.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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