O seguinte Dockerfilecontém quatro COPYcamadas: COPY README.md ./ COPY package.json ./ COPY gulpfile.js ./ COPY __BUILD_NUMBER ./ Como copiar esses arquivos usando uma camada? O seguinte foi tentado: COPY [ "__BUILD_NUMBER ./", "README.md ./", "gulpfile ./", "another_file...