Changed Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user