3 lines
41 B
Docker
3 lines
41 B
Docker
FROM scratch
|
|
CMD ["echo", "hello world"]
|
FROM scratch
|
|
CMD ["echo", "hello world"]
|