copy a file from docker container code example
Example 1: copy file from docker container to host
docker cp <containerId>:/file/path/within/container /host/path/target
Example 2: multiple copy dockerfile
COPY README.md package.json gulpfile.js __BUILD_NUMBER ./