tumbo/examples/simple/simple.j2

3 lines
77 B
Django/Jinja

FROM alpine:{{ version }}
CMD [ "echo", "Hi {{ name }} from {{ version }}" ]