dockerfile copy folder file code example
Example 1: dockerfile copy folder to container
ADD folder /path/inside/your/container
Example 2: dockerfile copy specific files
COPY ["__BUILD_NUMBER", "README.md", "gulpfile", "another_file", "./"]
All the files and folders, the last is destination