Created
May 27, 2018 14:33
-
-
Save danstreeter/78503792d1d8a76d20d8ea60442243d3 to your computer and use it in GitHub Desktop.
Laravel Mix Docker-Compose Asset Compilation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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