richtext replacement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user