Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ FROM node:20.13.1 AS builder ENV NODE_ENV=production WORKDIR /home/node/app RUN apt-get update && apt-get install -y --no-install-recommends dumb-init && npm install -g npm@10.8.0 RUN apt-get update && apt-get install -y --no-install-recommends dumb-init ARG NPM_TOKEN COPY package*.json ./ RUN echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc && \ Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ FROM node:20.13.1 AS builder ENV NODE_ENV=production WORKDIR /home/node/app RUN apt-get update && apt-get install -y --no-install-recommends dumb-init && npm install -g npm@10.8.0 RUN apt-get update && apt-get install -y --no-install-recommends dumb-init ARG NPM_TOKEN COPY package*.json ./ RUN echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc && \ Loading