add missing packages
Build and Deploy / build-and-deploy (push) Failing after 57m44s

This commit is contained in:
2026-05-06 07:38:57 +02:00
parent c97cc4cdd2
commit 9dc458fa47
3 changed files with 6836 additions and 8798 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# Shared build: generates /dist (Astro site + admin SPA) and tina/__generated__ # Shared build: generates /dist (Astro site + admin SPA) and tina/__generated__
FROM node:24-alpine AS builder FROM node:24 AS builder
WORKDIR /app WORKDIR /app
COPY package*.json ./ COPY package*.json ./
RUN npm ci --legacy-peer-deps RUN npm ci --legacy-peer-deps
@@ -16,7 +16,7 @@ COPY --from=builder /app/dist /usr/share/nginx/html
EXPOSE 80 EXPOSE 80
# Backend: TinaCMS self-hosted API server # Backend: TinaCMS self-hosted API server
FROM node:24-alpine AS backend FROM node:24 AS backend
WORKDIR /app WORKDIR /app
COPY package*.json ./ COPY package*.json ./
RUN npm ci --legacy-peer-deps --omit=dev RUN npm ci --legacy-peer-deps --omit=dev
+6828 -8795
View File
File diff suppressed because it is too large Load Diff
+6 -1
View File
@@ -16,13 +16,18 @@
"@tailwindcss/vite": "^4.2.4", "@tailwindcss/vite": "^4.2.4",
"@tinacms/cli": "^2.2.5", "@tinacms/cli": "^2.2.5",
"@tinacms/datalayer": "^2.0.18", "@tinacms/datalayer": "^2.0.18",
"fs-extra": "^9.1.0",
"astro": "^6.2.1", "astro": "^6.2.1",
"express": "^5.2.1", "express": "^5.2.1",
"mongodb-level": "^0.0.4", "mongodb-level": "^0.0.4",
"next": "^15.5.15", "next": "^15.5.15",
"next-auth": "^4.24.14",
"react": "^19.2.5", "react": "^19.2.5",
"react-dom": "^19.2.5", "react-dom": "^19.2.5",
"next-auth": "^4.24.14", "slate": "^0.124.1",
"slate-dom": "^0.124.1",
"slate-hyperscript": "^0.100.0",
"slate-react": "^0.124.0",
"tailwindcss": "^4.2.4", "tailwindcss": "^4.2.4",
"tinacms": "^3.7.5", "tinacms": "^3.7.5",
"tinacms-authjs": "^21.0.5", "tinacms-authjs": "^21.0.5",