Closed antonok-edm closed 5 years ago
https://github.com/emosenkis/esp-rs/commit/d75eafa3c8ee0c4a12f53e9a2720bbe4db870e9a broke the Dockerfile since the pip user install path isn't added by default. This adds it back to $PATH.
$PATH
I also updated the Dockerfile to copy the current repo's source rather than just whatever version happens to be on Github at the time.
Thanks!
https://github.com/emosenkis/esp-rs/commit/d75eafa3c8ee0c4a12f53e9a2720bbe4db870e9a broke the Dockerfile since the pip user install path isn't added by default. This adds it back to
$PATH
.I also updated the Dockerfile to copy the current repo's source rather than just whatever version happens to be on Github at the time.