79711825

Date: 2025-07-23 11:54:52
Score: 0.5
Natty:
Report link

I had this problem recently - my issue was that the COPY . . command was accidentally overwriting dependencies by copying over the .venv folder.

The solution was to add .venv to a .dockerignore file so it doesn't get copied.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: jhthompson