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