aci-helloworld icon indicating copy to clipboard operation
aci-helloworld copied to clipboard

updating dockerfile and readme with info on COPY and wildcards in Docker

Open JamesEarle opened this issue 7 years ago • 0 comments

The old notation for the Docker COPY statement in the Dockerfile does not maintain directory structure when moved to the destination folder. This is fine for the aci-helloworld sample, but any other application with files in one or more directory will break as a result of this. I've updated the sample Dockerfile and provided a bit of detail into the COPY command and wildcard characters.

JamesEarle avatar Dec 14 '17 00:12 JamesEarle