dockersamples / 101-tutorial

Apache License 2.0
334 stars 222 forks source link

build path ..\101-tutorial\docs either does not exist, is not accessible, or is not a valid URL. #6

Closed zygimantus closed 5 years ago

zygimantus commented 5 years ago

Running docker-compose up gives an error build path ..\101-tutorial\docs either does not exist, is not accessible, or is not a valid URL. What I am doing wrong?

mikesir87 commented 5 years ago

Ah! Good catch. We did some rearranging of the projects and that instruction wasn't updated. The path needs to be mounting docs_en. We'll update the instructions!

mikesir87 commented 5 years ago

Ok. That wasn't 100% true. We need to update the mkdocs config to look for a different directory for the docs folder. Working on that now!

mikesir87 commented 5 years ago

Ok. Just pushed some changes to help resolve this. Feel free to check out the README. Note that you will need to rebuild the image being used for docker-compose (docker-compose up --build).

zygimantus commented 5 years ago

Yep, now it woks, thank you.