Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Laravel Mix Docker-Compose Asset Compilation
npm-watch:
image: node:8.11.1
volumes:
- ./:/home/node/app
working_dir: /home/node/app
restart: unless-stopped
command: ['npm', 'run', 'watch']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment