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