79173669

Date: 2024-11-09 20:47:04
Score: 0.5
Natty:
Report link

The issue clearly is in line

COPY . .

which it tries to copy the local node_modules to the container node_modules. you may explicitly give the names of files to copy, or to ignore a node_modules folder in any subdirectory, the syntax should be:

**/node_modules
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ha36d