from python:3.7 copy . /app workdir /app run pip install -r requirements.txt expose 5000 entrypoint [ "python" ] cmd [ "app.py" ]