FROM python:3.7.4-slim-stretch ADD . /app WORKDIR /app RUN pip install --no-cache-dir -i https://mirrors.aliyun.com/pypi/simple -r requirements.txt CMD ["python", "application.py"]