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