4 lines
56 B
Docker
4 lines
56 B
Docker
FROM ubuntu:latest
|
|
|
|
RUN echo "Hello World" > /hello.txt
|
FROM ubuntu:latest
|
|
|
|
RUN echo "Hello World" > /hello.txt
|