FROM python:onbuild

CMD [ "python", "./hello.py" ]

EXPOSE 80
