mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Volume for styleguide dependencies
Otherwise you would have to install dependencies on your host system which is bad practice.
This commit is contained in:
parent
d4d0eb88cf
commit
da498b28f0
@ -5,7 +5,9 @@ services:
|
||||
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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user