fix libsql bundling issue
This commit is contained in:
@@ -26,7 +26,7 @@ COPY --from=build /app/.output /app
|
|||||||
# Copy migrations
|
# Copy migrations
|
||||||
COPY --from=build /app/server/database/migrations /app/server/database/migrations
|
COPY --from=build /app/server/database/migrations /app/server/database/migrations
|
||||||
# libsql
|
# libsql
|
||||||
RUN npm install --no-save libsql
|
RUN cd /app/server && npm install --no-save libsql
|
||||||
|
|
||||||
# Install Linux packages
|
# Install Linux packages
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
|
|||||||
405
src/pnpm-lock.yaml
generated
405
src/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user