Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. invalid mount config for type "volume": invalid mount path: 'static' mount path must be absolute
  2.  
  3. volumes:
  4. - 'C:/shared/project/testProject/webfront/templates:/usr/src/app/data'
  5.  
  6. scrapper:
  7. build: './scrapper'
  8. env_file:
  9. - '.env'
  10. volumes:
  11. - './webfront/templates:/usr/src/app/data'
  12.  
  13. ./
  14. ├───scrapper
  15. └───webfront
  16. ├───templates
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement