fix: remove global npm installation from Dockerfiles
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
FROM node:22-alpine AS deps
|
||||
WORKDIR /app
|
||||
RUN npm install -g npm@latest
|
||||
COPY package.json ./
|
||||
RUN npm install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user