whythawk/full-stack-fastapi-postgresql

Commented COPY in backend.docker

a-vorobyoff opened this issue · 3 comments

Why is "COPY ./app/ /app/" commented out in backend.dockerfile? I wasted some time trying to find the problem.

Apologies, I think that interferes with Alembic, right? I'll make the fix ...

Yes, Alembic. Additionally, I think it would be helpful to mention in the documentation that the project has switched from Poetry to Hatch. I was a bit confused when reading the original README.md and trying to set up the environment in my IDE. A big thank you for continuing to support the project!

OK, fixed and tested.

Re Hatch, it's in the release notes for 0.7.4, and here. I had hassles with integrating this and that's probably where this particular error happened.