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