I have command snippet like below;
COPY ../* ./
RUN echo "FileLogger: start"
RUN echo ls
RUN echo "FileLogger: end"
but this does not output files/folders copied into the target. What command I can use to list nested folders/files copied over the image?