diff --git a/Dockerfile b/Dockerfile index 0a79052..12566db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN npm install COPY . . # Build ausführen (TypeScript -> dist) -RUN npx tsc --transpileOnly +RUN npx tsc --skipLibCheck --noEmitOnError false # --------- Production Stage --------- FROM node:20-alpine AS production