Closed sjkaris closed 5 years ago
Docker has some very weird behavior on copying files with the COPY command in which COPY dir/* /tmp/ will not copy the directory structure but instead a flat list of all the files under that dir...
for a good time see https://github.com/moby/moby/issues/15858
Testing Done: locally
Docker has some very weird behavior on copying files with the COPY command in which COPY dir/* /tmp/ will not copy the directory structure but instead a flat list of all the files under that dir...
for a good time see https://github.com/moby/moby/issues/15858
Testing Done: locally