fix(runtime): installiere ts-node im Production-Image, damit Node --loader ts-node/esm funktioniert
This commit is contained in:
@@ -23,7 +23,7 @@ RUN pnpm build
|
|||||||
FROM node:22-alpine AS production
|
FROM node:22-alpine AS production
|
||||||
|
|
||||||
# Install pnpm
|
# Install pnpm
|
||||||
RUN npm install -g pnpm
|
RUN npm install -g pnpm ts-node
|
||||||
|
|
||||||
# Set working directory
|
# Set working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
Reference in New Issue
Block a user