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
|
||||
|
||||
# Install pnpm
|
||||
RUN npm install -g pnpm
|
||||
RUN npm install -g pnpm ts-node
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
Reference in New Issue
Block a user