mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 01:39:18 +08:00
build: include packages in docker build (#34532)
This commit is contained in:
@@ -25,6 +25,7 @@ COPY package.json pnpm-lock.yaml pnpm-workspace.yaml /app/
|
||||
COPY web/package.json /app/web/
|
||||
COPY e2e/package.json /app/e2e/
|
||||
COPY sdks/nodejs-client/package.json /app/sdks/nodejs-client/
|
||||
COPY packages /app/packages
|
||||
|
||||
# Use packageManager from package.json
|
||||
RUN corepack install
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
!web/**
|
||||
!e2e/
|
||||
!e2e/package.json
|
||||
!packages/
|
||||
!packages/**/
|
||||
!packages/**/package.json
|
||||
!sdks/
|
||||
!sdks/nodejs-client/
|
||||
!sdks/nodejs-client/package.json
|
||||
|
||||
Reference in New Issue
Block a user