fix(container): stage model package manifest

This commit is contained in:
vince 2026-06-20 06:34:31 +02:00
parent 7a6ad8ab0e
commit 9311b81102
2 changed files with 33 additions and 0 deletions

View file

@ -4,6 +4,7 @@ WORKDIR /repo
ENV PATH=/repo/apps/web/node_modules/.bin:/repo/packages/ui/node_modules/.bin:/repo/node_modules/.bin:$PATH
COPY package.json bun.lock turbo.json tsconfig.base.json ./
COPY apps/web/package.json apps/web/package.json
COPY packages/dashboard-model/package.json packages/dashboard-model/package.json
COPY packages/ui/package.json packages/ui/package.json
RUN bun install --frozen-lockfile