-
Notifications
You must be signed in to change notification settings - Fork 527
Description
docker build -t amauryborgesouza/nodejs-application:v1 .
Sending build context to Docker daemon 34.91MB
Step 1/6 : FROM node
---> e6bed6a65a54
Step 2/6 : WORKDIR /app
---> Using cache
---> cf61700dd83a
Step 3/6 : COPY ./package*.json ./
---> Using cache
---> 1ba2d87012b8
Step 4/6 : RUN npm install
---> Running in 2e6f74e07a96
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile
npm WARN old lockfile FetchError: request to https://registry.npmjs.org/@types%2faccepts failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org
npm WARN old lockfile at ClientRequest. (/usr/local/lib/node_modules/npm/node_modules/minipass-fetch/lib/index.js:110:14)
npm WARN old lockfile at ClientRequest.emit (node:events:520:28)
npm WARN old lockfile at TLSSocket.socketErrorListener (node:_http_client:442:9)
npm WARN old lockfile at TLSSocket.emit (node:events:532:35)
npm WARN old lockfile at emitErrorNT (node:internal/streams/destroy:164:8)
npm WARN old lockfile at emitErrorCloseNT (node:internal/streams/destroy:129:3)
npm WARN old lockfile at processTicksAndRejections (node:internal/process/task_queues:83:21)
npm WARN old lockfile Could not fetch metadata for @types/accepts@1.3.5 FetchError: request to https://registry.npmjs.org/@types%2faccepts failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org
npm WARN old lockfile at ClientRequest. (/usr/local/lib/node_modules/npm/node_modules/minipass-fetch/lib/index.js:110:14)
npm WARN old lockfile at ClientRequest.emit (node:events:520:28)
npm WARN old lockfile at TLSSocket.socketErrorListener (node:_http_client:442:9)
npm WARN old lockfile at TLSSocket.emit (node:events:532:35)
npm WARN old lockfile at emitErrorNT (node:internal/streams/destroy:164:8)
npm WARN old lockfile at emitErrorCloseNT (node:internal/streams/destroy:129:3)
npm WARN old lockfile at processTicksAndRejections (node:internal/process/task_queues:83:21) {
npm WARN old lockfile code: 'EAI_AGAIN',
npm WARN old lockfile errno: 'EAI_AGAIN',
npm WARN old lockfile syscall: 'getaddrinfo',
npm WARN old lockfile hostname: 'registry.npmjs.org',
npm WARN old lockfile type: 'system'
npm WARN old lockfile }