How To Copy File(s) To a Docker Container - 2 Approaches

Learn how to copy files and directories to a Docker container in two different ways: using the `docker cp` command vs. using a Dockerfile.