BuilderIO / gpt-crawler

Crawl a site to generate knowledge files to create your own custom GPT from a URL
https://www.builder.io/blog/custom-gpt
ISC License
18.14k stars 1.88k forks source link

feat: git clone depth limit in docker #142

Open fer-ri opened 5 months ago

fer-ri commented 5 months ago

Hi

Inside the containerapp/Dockerfile, we need to add --depth=1 when cloning the repo so that it can save on image size and time.

Thanks