diff --git a/dockerfile b/dockerfile index 1dbfb28..abbe1f5 100644 --- a/dockerfile +++ b/dockerfile @@ -10,7 +10,7 @@ RUN apk add --no-cache python3 make g++ COPY package*.json ./ # Install dependencies -RUN npm install --legacy-peer-deps +RUN npm npm i --force # Copy source code COPY . .