mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-18 12:29:40 +02:00
fix: resolve Docker build errors for web apps
- Add drizzle.config.ts to clock-backend - Add missing shared-types package to all web app Dockerfiles - Add shared-splitscreen to todo-web Dockerfile These packages were missing from the Docker build context, causing TypeScript compilation errors during image builds. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
a7783ca973
commit
deb8bae337
5 changed files with 17 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ COPY package.json ./
|
|||
COPY pnpm-lock.yaml ./
|
||||
|
||||
# Copy shared packages needed by chat web
|
||||
COPY packages/shared-types ./packages/shared-types
|
||||
COPY packages/shared-auth ./packages/shared-auth
|
||||
COPY packages/shared-auth-ui ./packages/shared-auth-ui
|
||||
COPY packages/shared-branding ./packages/shared-branding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue