mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 05:56:31 +08:00
update the web Dockerfile
This commit is contained in:
parent
24ecc3e558
commit
1b64f642e6
@ -26,7 +26,7 @@ COPY package.json pnpm-lock.yaml /app/web/
|
||||
# Use packageManager from package.json
|
||||
RUN corepack install
|
||||
|
||||
RUN pnpm install --frozen-lockfile --prod
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
# build resources
|
||||
FROM base AS builder
|
||||
|
||||
Loading…
Reference in New Issue
Block a user