tumbo/examples/context/foo/bar/simple.j2

5 lines
75 B
Django/Jinja

FROM python:{{ version }}-alpine
COPY ./hi.py .
CMD [ "python", "hi.py" ]