mirror of
https://github.com/cupcakearmy/tumbo.git
synced 2024-12-22 16:26:26 +00:00
5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
|
FROM python:{{ version }}-alpine
|
||
|
|
||
|
COPY ./hi.py .
|
||
|
|
||
|
CMD [ "python", "hi.py" ]
|