FROM python:3 RUN pip install -U Flask ADD hello.py ./ CMD ["python", "hello.py"]