MycroftAI / docker-mycroft

Mycroft Development Environment inside Docker!
97 stars 63 forks source link

Fix trailing forward slash in Dockerfile #29

Closed tuchfarber closed 7 years ago

tuchfarber commented 7 years ago

Dockerfile was failing to build without the trailing slash in the COPY command.

btotharye commented 7 years ago

Not sure why this would be needed its working fine on the current Dockerfile build in codefresh. I will merge it in though.

tuchfarber commented 7 years ago

Explanation of similar issue here: https://stackoverflow.com/questions/26405702/dockerfile-copy-lchown-not-a-directory#26406656

Thanks for merging it in.

btotharye commented 7 years ago

np apparently codefresh is having issues so I'm working on getting travis setup for this as well now.