dockerfile copy create directory code example
Example 1: dockerfile copy specific files
COPY ["__BUILD_NUMBER", "README.md", "gulpfile", "another_file", "./"]
All the files and folders, the last is destination
Example 2: docker copy folder to container
docker cp Desktop/imagesets <container id>:tf_files/flower_photos/imagesets