5 lines
43 B
Docker
5 lines
43 B
Docker
|
FROM ubuntu:latest
|
||
|
|
||
|
RUN echo "helloworld"
|
||
|
|