FROM quay.io/docling-project/docling-serve-cpu:latest # 1. Standard Config EXPOSE 5001 # 2. Download the model during the build phase. RUN docling-tools models download # 3. Set the default command to start the server. CMD ["docling-serve", "run"]