Merge pull request #418 from moxar/yarn

Fix a bug that prevents yarn from installing #415
This commit is contained in:
Mahmoud Zalt
2016-11-09 15:17:42 -05:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,8 @@ services:
ports:
- "2222:22"
tty: true
environment:
- PATH=$PATH:/home/laradock/.yarn/bin:/var/www/vendor/bin:/home/laradock/.nvm/versions/node/v7.1.0/bin
### PHP-FPM Container #######################################