revert richtext replacement
This commit is contained in:
2025-09-21 10:13:48 +02:00
parent b1dbd85346
commit a5628019f8
28 changed files with 10558 additions and 3337 deletions

View File

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