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
All checks were successful
Deploy / build-and-deploy (push) Successful in 2m33s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user