mirror of https://github.com/openclaw/openclaw.git
fix: include plugin sdk dts tsconfig in onboard docker image
This commit is contained in:
parent
e103991b6a
commit
f9e444dd56
|
|
@ -6,7 +6,7 @@ WORKDIR /app
|
|||
|
||||
ENV NODE_OPTIONS="--disable-warning=ExperimentalWarning"
|
||||
|
||||
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml tsconfig.json tsdown.config.ts vitest.config.ts vitest.e2e.config.ts openclaw.mjs ./
|
||||
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml tsconfig.json tsconfig.plugin-sdk.dts.json tsdown.config.ts vitest.config.ts vitest.e2e.config.ts openclaw.mjs ./
|
||||
COPY src ./src
|
||||
COPY test ./test
|
||||
COPY scripts ./scripts
|
||||
|
|
|
|||
Loading…
Reference in New Issue