FROM python:{{ version }}-alpine

COPY ./hi.py .

CMD [ "python", "hi.py" ]