6 lines
73 B
Docker
6 lines
73 B
Docker
|
FROM ubuntu:22.04
|
||
|
|
||
|
COPY README.md /README.md
|
||
|
|
||
|
RUN echo "Fubar!" > /fubar
|