FROM python:3.7.15-slim WORKDIR ./zjsys_check_RoomName ADD . . RUN pip install -r requirements.txt CMD ["python", "-u","./start.py"]