Ocelot-Social/docker-compose.override.yml
Robert Schäfer da498b28f0 Volume for styleguide dependencies
Otherwise you would have to install dependencies on your host system
which is bad practice.
2018-12-08 23:14:12 +01:00

14 lines
261 B
YAML

version: '3.7'
services:
webapp:
volumes:
- .:/nitro-web
- node_modules:/nitro-web/node_modules
- node_modules_styleguide:/nitro-web/styleguide/node_modules
command: yarn run dev
volumes:
node_modules:
node_modules_styleguide: