fix: build error 2 (#14003)

feat/14009-feature-request-support-for-retrieving-historical-conversations-without-from-enduser-id
Joel 12 months ago committed by GitHub
parent 6741604027
commit 3467ad3d02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,7 +22,7 @@ COPY pnpm-lock.yaml .
# if you located in China, you can use taobao registry to speed up
# RUN pnpm install --frozen-lockfile --registry https://registry.npmmirror.com/
RUN pnpm install --frozen-lockfile -P
RUN pnpm install --frozen-lockfile
# build resources
FROM base AS builder

Loading…
Cancel
Save