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