fix: use busybox-compatible find (no -ls flag)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@ RUN corepack enable pnpm
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
RUN pnpm install --frozen-lockfile
|
||||
# Verify native binding was built
|
||||
RUN find node_modules -name "better_sqlite3.node" -ls
|
||||
RUN find node_modules -name "better_sqlite3.node" && echo "--- binding found ---"
|
||||
COPY . .
|
||||
RUN pnpm run build
|
||||
# Keep only build tools cleanup that won't remove sqlite-libs
|
||||
|
||||
Reference in New Issue
Block a user