fix libsql bundling issue

This commit is contained in:
Bernd Storath
2025-03-14 14:26:08 +01:00
parent a9a51337da
commit e8b3e54228
2 changed files with 191 additions and 216 deletions

View File

@@ -26,7 +26,7 @@ COPY --from=build /app/.output /app
# Copy migrations
COPY --from=build /app/server/database/migrations /app/server/database/migrations
# libsql
RUN npm install --no-save libsql
RUN cd /app/server && npm install --no-save libsql
# Install Linux packages
RUN apk add --no-cache \

405
src/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff