Is there a better way to copy files and folders to a docker container?
This is what I came up with but it seems clunky to me. Is there a way to streamline the COPY command? Note that not all the folders need to copied. I did check out Docker's documentation regarding, and it…