richtext replacement

This commit is contained in:
Stefan Hardegger
2025-09-21 10:10:04 +02:00
parent aae8f8926b
commit b1dbd85346
28 changed files with 3337 additions and 10558 deletions

View File

@@ -9,7 +9,7 @@ RUN apk add --no-cache dumb-init
COPY package*.json ./
# Install dependencies with optimized settings
RUN npm ci --prefer-offline --no-audit --frozen-lockfile
RUN npm install --prefer-offline --no-audit --legacy-peer-deps
# Build stage
FROM node:18-alpine AS builder