FROM python:3.12-rc-slim WORKDIR /app RUN pip install pymongo \ dynaconf \ pydantic \ pymysql \ mongoengine \ dict_hash \ requests COPY ./ ./ RUN chmod 777 /app/configs/sources.json RUN python /app/update.py