3 lines
82 B
Plaintext
3 lines
82 B
Plaintext
|
FROM ubuntu:latest
|
||
|
COPY folder1/ folder2/ /workdir/
|
||
|
RUN ls --recursive /workdir/
|