mirror of
https://github.com/cupcakearmy/tumbo.git
synced 2025-09-09 04:00:45 +00:00
examples
This commit is contained in:
5
examples/context/foo/bar/simple.j2
Normal file
5
examples/context/foo/bar/simple.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM python:{{ version }}-alpine
|
||||
|
||||
COPY ./hi.py .
|
||||
|
||||
CMD [ "python", "hi.py" ]
|
Reference in New Issue
Block a user