diff --git a/nuxt4/Dockerfile b/nuxt4/Dockerfile index 2e89430..b6f9715 100644 --- a/nuxt4/Dockerfile +++ b/nuxt4/Dockerfile @@ -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 . .