Browse Source

fix libsql bundling issue

pull/1746/head
Bernd Storath 3 weeks ago
parent
commit
e8b3e54228
  1. 2
      Dockerfile
  2. 405
      src/pnpm-lock.yaml

2
Dockerfile

@ -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

File diff suppressed because it is too large
Loading…
Cancel
Save