mirror of
https://github.com/cupcakearmy/tumbo.git
synced 2025-09-06 10:40:42 +00:00
examples
This commit is contained in:
3
examples/context/foo/bar/hi.py
Normal file
3
examples/context/foo/bar/hi.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import sys
|
||||
|
||||
print(f'Hi, I am {sys.version}')
|
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