FROM python:3.7 WORKDIR ./dingding_hik_cloud ADD . . RUN pip install -r requirements.txt CMD ["python", "-u","./main.py"]