node docker run docker run --rm \ -v "$(pwd)":/data \ -w /data \ node:18 \ sh -c "npm i && npm run build"