| FROM ghcr.io/berriai/litellm:main-latest | |
| ENV TZ=America/Detroit | |
| ENV OPENAI_API_KEY=any | |
| COPY watch_config.sh /app/watch_config.sh | |
| RUN chmod +x /app/watch_config.sh | |
| COPY entrypoint.sh /app/entrypoint.sh | |
| RUN chmod +x /app/entrypoint.sh | |
| EXPOSE 7860 | |
| ENTRYPOINT ["/app/entrypoint.sh"] |