diff --git a/Containerfile b/Containerfile index 4b26440..51e707d 100644 --- a/Containerfile +++ b/Containerfile @@ -8,7 +8,7 @@ WORKDIR /app COPY package*.json ./ # Install all deps (inkl. dev) -RUN --mount=type=cache,target=/root/.npm npm ci +RUN --mount=type=cache,target=/root/.npm npm install && npm ci # Copy app source and build COPY . .