mirror of
https://github.com/langgenius/dify.git
synced 2026-08-15 04:59:46 +08:00
fix(web): skip lifecycle scripts in Docker install (#40763)
This commit is contained in:
parent
0f63a05d04
commit
9acdcbe2f8
@ -31,7 +31,7 @@ COPY packages /app/packages
|
||||
RUN corepack install
|
||||
|
||||
# Install workspace dependencies for the Docker build environment.
|
||||
RUN VITE_GIT_HOOKS=0 pnpm install --frozen-lockfile
|
||||
RUN pnpm install --frozen-lockfile --ignore-scripts
|
||||
|
||||
# build resources
|
||||
FROM base AS builder
|
||||
|
||||
Loading…
Reference in New Issue
Block a user