StevenWeathers / thunderdome-planning-poker

⚡ Thunderdome is an open source agile planning poker, sprint retro, and story mapping tool
https://thunderdome.dev
Apache License 2.0
408 stars 105 forks source link

Can't start with Compose #478

Closed snlucas closed 11 months ago

snlucas commented 11 months ago

Hi. I was trying to configure the project following the developing.md guide. I tried to use this command: docker-compose up --build

and it returned this error: failed to solve: failed to compute cache key: failed to calculate checksum of ref c8e4b0b9-1f79-41c8-bc3c-1482dbe4d5d3::h8wuc5j58ue62inbahqid9itt: "/db": not found

image

I found this issue, and tried to run this command: docker compose up db

This happens: image

So I tried to run this one in another terminal: docker compose up thunderdome

and got this error: image

Any tip on this?

StevenWeathers commented 11 months ago

Just committed a fix for the dockerfile, honestly I never use docker for local development so it was a miss since changing the directory structure. Try again and let me know if you experience further issues.

snlucas commented 11 months ago

Hi, Steven. It worked pretty well! Thank you very much, man.