fix: remove global npm installation from Dockerfiles

This commit is contained in:
Nils-Johan Gynther
2026-04-15 21:08:07 +02:00
parent 649f76fa72
commit 3bfd7640cb
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -4,8 +4,6 @@
FROM node:22-alpine AS builder
WORKDIR /app
RUN npm install -g npm@latest
# Kopiera backend-filer
COPY package.json ./
COPY prisma ./prisma