fix: Docker build (legacy-peer-deps for @emoji-mart/react x React 19)
All checks were successful
Deploy / build-and-deploy (push) Successful in 2m33s

This commit is contained in:
2026-06-15 01:10:57 +03:00
parent d0cd008f6e
commit a8cc20f041
2 changed files with 2 additions and 1 deletions

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
legacy-peer-deps=true

View File

@@ -1,7 +1,7 @@
FROM node:22-alpine AS builder
WORKDIR /app
COPY package*.json ./
COPY package*.json .npmrc ./
RUN npm ci
COPY . .
RUN mkdir -p /app/data && npm run build