diff --git a/Dockerfile b/Dockerfile index b801aa1..22316cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY package*.json ./ RUN npm config set registry https://mirror-npm.runflare.com && \ - npm install + npm install --force COPY . .