fix: use npm install in Docker so Alpine musl native bindings resolve #9

Merged
jason merged 1 commits from claude/reverent-proskuriakova into master 2026-03-13 00:33:05 -05:00
Owner

npm ci with a Windows-generated lockfile skips @libsql/linux-x64-musl
(optional native dep). Switching to npm install lets npm resolve the
correct platform-specific binary for the Alpine container. Also copy
node_modules into the runner stage so prisma db push and the libsql
native module are available at runtime.

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

npm ci with a Windows-generated lockfile skips @libsql/linux-x64-musl (optional native dep). Switching to npm install lets npm resolve the correct platform-specific binary for the Alpine container. Also copy node_modules into the runner stage so prisma db push and the libsql native module are available at runtime. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
jason added 1 commit 2026-03-13 00:33:02 -05:00
npm ci with a Windows-generated lockfile skips @libsql/linux-x64-musl
(optional native dep). Switching to npm install lets npm resolve the
correct platform-specific binary for the Alpine container. Also copy
node_modules into the runner stage so prisma db push and the libsql
native module are available at runtime.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
jason merged commit ca414bb903 into master 2026-03-13 00:33:05 -05:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jason/wfh#9