mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:01:09 +02:00
fix(playground): add missing shared packages to Dockerfile
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
8525020e8a
commit
a416dade7b
1 changed files with 4 additions and 0 deletions
|
|
@ -21,6 +21,10 @@ COPY pnpm-lock.yaml ./
|
|||
|
||||
# Copy shared packages needed by llm-playground
|
||||
COPY packages/shared-auth ./packages/shared-auth
|
||||
COPY packages/shared-auth-ui ./packages/shared-auth-ui
|
||||
COPY packages/shared-branding ./packages/shared-branding
|
||||
COPY packages/shared-i18n ./packages/shared-i18n
|
||||
COPY packages/shared-icons ./packages/shared-icons
|
||||
|
||||
# Copy llm-playground service
|
||||
COPY services/llm-playground ./services/llm-playground
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue