FROM python COPY ./ /app RUN pip install -r /app/requirements.txt CMD python /app/run.py