Skip to content
Snippets Groups Projects
Commit c16f4681 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

ci: rm npm install

parent f791ca84
No related branches found
No related tags found
No related merge requests found
......@@ -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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment