mirror of https://github.com/langgenius/dify.git
chore: update script for build docker (#33261)
This commit is contained in:
parent
904289bb1d
commit
0fad13370c
|
|
@ -35,7 +35,7 @@ COPY --from=packages /app/web/ .
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
ENV NODE_OPTIONS="--max-old-space-size=4096"
|
ENV NODE_OPTIONS="--max-old-space-size=4096"
|
||||||
RUN pnpm build:docker
|
RUN pnpm build
|
||||||
|
|
||||||
|
|
||||||
# production stage
|
# production stage
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue