Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. bower jquery#~2.1.1 ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/jquery/jquery.git", exit code of #128
  2.  
  3. Additional error details:
  4. fatal: Not a git repository: ../../.git/modules/src/web
  5.  
  6. containers:
  7. db:
  8. dockerfile: images/db
  9. image: project/db
  10. run:
  11. detach: true
  12. web:
  13. dockerfile: images/web
  14. image: project/web
  15. run:
  16. volume: ["src/web:/src"]
  17. publish: ["8000:8000"]
  18. link: ["db:mongo"]
  19. detach: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement