error tsc not found behoben

This commit is contained in:
rxf
2025-09-22 17:19:40 +02:00
parent f7dd7ea7ea
commit d347291840

View File

@@ -10,8 +10,8 @@ WORKDIR /app
# Copy package files # Copy package files
COPY package*.json ./ COPY package*.json ./
# Install dependencies # Install all dependencies (including devDependencies for build)
RUN npm ci --only=production RUN npm ci
# Copy source code # Copy source code
COPY . . COPY . .