# Use the database-specific LiteLLM image (crucial for Postgres support)FROM ghcr.io/berriai/litellm-database:latest
WORKDIR /appCOPY config.yaml /app/config.yamlEXPOSE7860# CMD to run the proxy on port 7860CMD ["--config", "/app/config.yaml", "--port", "7860"]