Changed Dockerfile

This commit is contained in:
2025-09-12 19:27:21 +02:00
parent 522af71f9b
commit f35d375c5f

View File

@@ -10,7 +10,7 @@ RUN npm install
COPY . .
# Build ausführen (TypeScript -> dist)
RUN npm run build
RUN npx tsc --transpileOnly
# --------- Production Stage ---------
FROM node:20-alpine AS production