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