From 825b302e0b90779feb1609b56bbc78f36a2b92b2 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Wed, 13 Oct 2021 01:46:01 +0200 Subject: [PATCH] ci: fix docker build error --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index dd500484..1fd3c65c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ WORKDIR /parse-server COPY package*.json ./ +RUN npm cache clean --force RUN npm ci --production --ignore-scripts COPY bin bin