fix: update node container volumes
This commit is contained in:
parent
a562132b91
commit
8289e7a281
|
@ -52,14 +52,12 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- assets:/node/build
|
- assets:/node/build
|
||||||
- node_modules:/node/node_modules
|
- node_modules:/node/node_modules
|
||||||
|
- ./config:/node/config
|
||||||
- ./web/themes/custom/opdavies/assets:/node/assets
|
- ./web/themes/custom/opdavies/assets:/node/assets
|
||||||
- ./web/themes/custom/opdavies/package-lock.json:/node/package-lock.json
|
- ./web/themes/custom/opdavies/package-lock.json:/node/package-lock.json
|
||||||
- ./web/themes/custom/opdavies/package.json:/node/package.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/postcss.config.js:/node/postcss.config.js
|
||||||
- ./web/themes/custom/opdavies/tailwindcss:/node/tailwindcss
|
- ./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/tailwind.config.js:/node/tailwind.config.js
|
||||||
- ./web/themes/custom/opdavies/templates:/node/templates
|
- ./web/themes/custom/opdavies/templates:/node/templates
|
||||||
- ./web/themes/custom/opdavies/webpack.config.js:/node/webpack.config.js
|
- ./web/themes/custom/opdavies/webpack.config.js:/node/webpack.config.js
|
||||||
|
|
Loading…
Reference in a new issue