Fix Docker builds by installing deps without strict lockfile platform mismatches.
Windows-generated locks can omit Linux optional packages; npm install keeps the image buildable. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -48,5 +48,9 @@
|
||||
"@auth/core": "^0.41.3",
|
||||
"brace-expansion": "^5.0.8",
|
||||
"glob": "^11.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@emnapi/core": "1.11.2",
|
||||
"@emnapi/runtime": "1.11.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user