Dockerized commands - Part 2
On the last post ({% post_url 2017-12-16-dockerized-commands %}), we learned how to run npm commands dockerized. But there is a little issue with that command. I tried to run yarn with the dockerized node, but I got the following error: "exec: \"yarn\": executable file not found in $PATH" The issue is, the yarn binary is on /opt folder, the same folder we were mouting and it was conflicting with the original content of the folder....