FROM python:3.8 WORKDIR /workspace ADD . /workspace RUN pip install -r requirements.txt CMD [ "python" , "/workspace/app.py" , " — host", "127.0.0.1", " — port", "5000" ]