diff --git a/Dockerfile b/Dockerfile index e547911..56b7c47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /app COPY package.json package-lock.json ./ # Install dependencies -RUN --mount=type=cache,target=/root/.npm npm install +RUN --mount=type=cache,target=/root/.npm npm install --ignore-scripts # Copy the rest of the source code COPY tsconfig.json ./