version: '3'
services:
app:
image: node:12-alpine
working_dir: /srv
volumes:
- ./:/srv
- node_modules:/srv/node_modules
command: yarn run watch
node_modules: