docker-isolate/Dockerfile
2024-07-30 01:46:59 -04:00

6 lines
73 B
Docker

FROM ubuntu:22.04
COPY README.md /README.md
RUN echo "Fubar!" > /fubar