Fixa Docker-bygge: kopiera in tsconfig.base.json (web/server extends den)
All checks were successful
build-and-push / build (push) Successful in 39s
All checks were successful
build-and-push / build (push) Successful in 39s
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -11,7 +11,7 @@ RUN npm install -g pnpm@11.3.0
|
||||
|
||||
# Installera bara det server + web behöver. "..."-suffixet tar med workspace-
|
||||
# beroenden (shared) men UTESLUTER daemon -> ingen node-pty-kompilering här.
|
||||
COPY pnpm-workspace.yaml package.json pnpm-lock.yaml .npmrc ./
|
||||
COPY pnpm-workspace.yaml package.json pnpm-lock.yaml .npmrc tsconfig.base.json ./
|
||||
COPY packages/shared/package.json ./packages/shared/
|
||||
COPY packages/server/package.json ./packages/server/
|
||||
COPY packages/web/package.json ./packages/web/
|
||||
|
||||
Reference in New Issue
Block a user