from ghcr.io/berriai/litellm:latest ENV TZ=Asia/Bangkok COPY ./config.yaml /app/config.yaml EXPOSE 7860 ENTRYPOINT ["litellm"] CMD [ "--config", "/app/config.yaml", "--port", "7860", "--num_workers", "8", "--use_v2_migration_resolver"]