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:
Songs2YT
2026-07-25 04:21:12 +02:00
co-authored by Cursor
parent 3126784e94
commit 0b1a88b070
3 changed files with 12 additions and 2 deletions
+4
View File
@@ -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"
}
}