3 lines
82 B
Plaintext
Raw Normal View History

FROM ubuntu:latest
COPY folder1/ folder2/ /workdir/
RUN ls --recursive /workdir/