From e6270e8d78e3c2594804548ae734f7dd76534f91 Mon Sep 17 00:00:00 2001 From: Jeroen de Bruijn Date: Thu, 25 Feb 2021 19:56:46 +0100 Subject: [PATCH] ci: run `npm ci` to install and ignore scripts in the Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 570dc9e..05eb6b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk --no-cache add git COPY package*.json / -RUN npm ci --production +RUN npm ci --production --ignore-scripts COPY . .