5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
|
FROM ubuntu:20.04
|
||
|
|
||
|
COPY . /context
|
||
|
RUN ls -RA /context
|