File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818! vite.config.ts
1919! postcss.config.js
2020! .yarn /releases
21- ! codex-ui
21+ ! @codexteam / ui /
2222
2323# Ignore unnecessary files inside allowed directories
2424** /* ~
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ RUN apk add --no-cache libc6-compat
44WORKDIR /app
55COPY package.json yarn.lock .yarnrc.yml ./
66COPY .yarn/releases ./.yarn/releases
7- COPY ./@codexteam/package.json @codexteam/
7+ COPY ./@codexteam/ui/ package.json @codexteam/ui /
88RUN yarn install
99
1010FROM node:20-alpine AS builder
1111WORKDIR /app
1212COPY . .
1313COPY --from=deps /app/node_modules ./node_modules
14- COPY --from=deps /app/@codexteam/node_modules ./@codexteam/node_modules
14+ COPY --from=deps /app/@codexteam/ui/ node_modules ./@codexteam/ui /node_modules
1515RUN yarn build
1616
1717FROM nginx:bullseye AS runner
You can’t perform that action at this time.
0 commit comments