Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ ARG NPM_TOKEN WORKDIR /usr/src/app COPY package*.json /usr/src/app/ RUN echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc && \ npm ci --only=production && \ npm ci --omit=dev && \ rm -f .npmrc # --------------> The production image Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ ARG NPM_TOKEN WORKDIR /usr/src/app COPY package*.json /usr/src/app/ RUN echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc && \ npm ci --only=production && \ npm ci --omit=dev && \ rm -f .npmrc # --------------> The production image Loading