Force complete rebuild: invalidate Docker cache after removing @nuxt/content
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 48s

This commit is contained in:
2025-11-21 21:30:28 -06:00
parent 1ea91625e2
commit 1cb1549c21

View File

@@ -1,4 +1,5 @@
# Multi-stage build for Nuxt 4 application
# Cache bust: 2025-11-21-fix-components
FROM node:20-alpine AS builder
WORKDIR /app
@@ -6,7 +7,7 @@ WORKDIR /app
# Copy package files
COPY package*.json ./
# Install dependencies
# Install dependencies (removed @nuxt/content)
RUN npm ci
# Copy source code