mirror of
https://github.com/cupcakearmy/tumbo.git
synced 2024-12-22 16:26:26 +00:00
3 lines
58 B
Plaintext
3 lines
58 B
Plaintext
|
FROM alpine
|
||
|
|
||
|
CMD [ "echo", "Hi {{ name }} from {{ os }}" ]
|