FROM python:3 ADD main.py / ADD database.py / ADD Feed.py / RUN pip install -r requirements.txt CMD ["python", "./main.py"]