diff --git a/Dockerfile b/Dockerfile index 07315bf..66bca64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apk add --no-cache python3 make g++ git # Install deps COPY package*.json ./ # If you have a package-lock.json, this will be deterministic. -RUN npm ci +RUN npm install # Copy source + build COPY . .