Changed Dockerfile

This commit is contained in:
2025-09-12 19:28:35 +02:00
parent f35d375c5f
commit 9b6af75e98

View File

@@ -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