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

5 lines
75 B
Plaintext
Raw Normal View History

2019-12-22 18:59:57 +00:00
FROM python:{{ version }}-alpine
COPY ./hi.py .
CMD [ "python", "hi.py" ]