Changed Dockerfile
This commit is contained in:
@@ -10,7 +10,7 @@ RUN npm install
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Build ausführen (TypeScript -> dist)
|
# Build ausführen (TypeScript -> dist)
|
||||||
RUN npx tsc --transpileOnly
|
RUN npx tsc --skipLibCheck --noEmitOnError false
|
||||||
|
|
||||||
# --------- Production Stage ---------
|
# --------- Production Stage ---------
|
||||||
FROM node:20-alpine AS production
|
FROM node:20-alpine AS production
|
||||||
|
|||||||
Reference in New Issue
Block a user