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

ci: remove npm install

parent 0cb902a6
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@
FROM node:23.4.0 AS builder
ENV NODE_ENV=production
WORKDIR /app
RUN npm install -g npm@10.8.0
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