added tsconfig.json in Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-02-24 18:08:59 +01:00
parent e732305d99
commit 54936f1b96
2 changed files with 36 additions and 36 deletions

View File

@@ -2,7 +2,7 @@ FROM node:alpine AS build
WORKDIR /app
COPY package.json package-lock.json ./
COPY package.json package-lock.json tsconfig.json ./
COPY packages/shared/package.json ./packages/shared/
COPY apps/server/package.json ./apps/server/