JeremiahPetersen / RepoToText

Turn an entire GitHub Repo into a single organized .txt file to use with LLM's (GPT-4, Claude Opus, Gemini, etc)
MIT License
451 stars 57 forks source link

The names of the dockerfiles in the `docker-compose` are incorrect. #2

Closed Hallicopter closed 6 months ago

Hallicopter commented 6 months ago

When I ran docker-compose, I ran into this

 => [repototext_backend internal] load build definition from Dockerfile.backend.dockerfile                                                                                                             0.0s
 => => transferring dockerfile: 2B                                                                                                                                                                     0.0s
 => [repototext_frontend internal] load build definition from Dockerfile.frontend.dockerfile                                                                                                           0.0s
 => => transferring dockerfile: 2B                                                                                                                                                                     0.0s
failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount4079629076/Dockerfile.backend.dockerfile: no such file or directory

To fix this, I corrected docker compose and dropped the .dockerfile extension.

You may want to fix that.

JeremiahPetersen commented 6 months ago

thank you for letting me know, i have not touched this repo in a while and have not had any issues raised. i will look into this. thank you for providing details on what you did to fix that on your end

JeremiahPetersen commented 6 months ago

fixed. thank you again for bringing this to my attention.