🐛 fix(nutriphi-web): add shared-api-client to Dockerfile

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-02-14 13:32:52 +01:00
parent 1052dcafca
commit db7f2dfe08

View file

@ -20,6 +20,7 @@ COPY package.json ./
COPY pnpm-lock.yaml ./
# Copy shared packages needed by nutriphi web
COPY packages/shared-api-client ./packages/shared-api-client
COPY packages/shared-types ./packages/shared-types
COPY packages/shared-auth ./packages/shared-auth
COPY packages/shared-auth-ui ./packages/shared-auth-ui