fix(docker): remove non-existent shared/node_modules COPY from API Dockerfile
packages/shared has only devDependencies (typescript). After bun install --production, packages/shared/node_modules does not exist. Root node_modules contains all hoisted deps. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -15,7 +15,6 @@ ENV API_PORT=3000
|
||||
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY --from=deps /app/apps/api/node_modules apps/api/node_modules
|
||||
COPY --from=deps /app/packages/shared/node_modules packages/shared/node_modules
|
||||
COPY --from=deps /app/bun.lock ./bun.lock
|
||||
COPY package.json bunfig.toml tsconfig.base.json ./
|
||||
COPY apps/api apps/api
|
||||
|
||||
Reference in New Issue
Block a user