FROM ghcr.io/berriai/litellm:main-latest WORKDIR /app COPY . /app CMD ["--config", "config.yaml", "--port", "7860"]