Skip to content

Instantly share code, notes, and snippets.

@danstreeter
Created May 27, 2018 14:33
Show Gist options
  • Save danstreeter/78503792d1d8a76d20d8ea60442243d3 to your computer and use it in GitHub Desktop.
Save danstreeter/78503792d1d8a76d20d8ea60442243d3 to your computer and use it in GitHub Desktop.
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