Force npm ci --no-cache to rebuild node_modules without @nuxt/content
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 2m9s

This commit is contained in:
2025-11-21 21:36:51 -06:00
parent c85fe63eab
commit 65cf637801

View File

@@ -7,8 +7,8 @@ WORKDIR /app
# Copy package files
COPY package*.json ./
# Install dependencies (removed @nuxt/content)
RUN npm ci
# Install dependencies (removed @nuxt/content, rebuild 2025-11-21T21:35)
RUN npm ci --no-cache
# Copy source code
COPY . .