mirror of
https://github.com/langgenius/dify.git
synced 2026-04-16 02:16:57 +08:00
fix(web): include dify-ui workspace package in docker install filter (#35268)
This commit is contained in:
parent
af7d5e60b4
commit
e6b8cbe657
@ -30,9 +30,8 @@ COPY packages /app/packages
|
||||
# Use packageManager from package.json
|
||||
RUN corepack install
|
||||
|
||||
# Install only the web workspace to keep image builds from pulling in
|
||||
# unrelated workspace dependencies such as e2e tooling.
|
||||
RUN VITE_GIT_HOOKS=0 pnpm install --filter ./web... --frozen-lockfile
|
||||
# Install workspace dependencies for the Docker build environment.
|
||||
RUN VITE_GIT_HOOKS=0 pnpm install --frozen-lockfile
|
||||
|
||||
# build resources
|
||||
FROM base AS builder
|
||||
|
||||
Loading…
Reference in New Issue
Block a user