Force complete rebuild: invalidate Docker cache after removing @nuxt/content
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 48s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 48s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user