mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Otherwise you would have to install dependencies on your host system which is bad practice.
14 lines
261 B
YAML
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:
|