diff --git a/dockerfile b/dockerfile index 9f74536..a142ab8 100644 --- a/dockerfile +++ b/dockerfile @@ -6,7 +6,7 @@ COPY package*.json ./ run npm config set registry https://mirror-npm.runflare.com -RUN npm install +RUN npm install --force COPY . .