fix(container): stage model package manifest
This commit is contained in:
parent
7a6ad8ab0e
commit
9311b81102
2 changed files with 33 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue