Commented COPY in backend.docker
a-vorobyoff opened this issue · 3 comments
a-vorobyoff commented
Why is "COPY ./app/ /app/" commented out in backend.dockerfile? I wasted some time trying to find the problem.
turukawa commented
Apologies, I think that interferes with Alembic, right? I'll make the fix ...
a-vorobyoff commented
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!