diff --git a/Dockerfile b/Dockerfile index dc55fcc550..cc36e7fd6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ WORKDIR /app COPY package*.json ./ COPY scripts/postinstall.mjs ./scripts/postinstall.mjs +COPY scripts/native-binary-compat.mjs ./scripts/native-binary-compat.mjs RUN if [ -f package-lock.json ]; then npm ci --no-audit --no-fund; else npm install --no-audit --no-fund; fi COPY . ./