chore: add npm install command in Dockerfiles for both backend and frontend
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
FROM node:22-alpine AS builder
|
||||
WORKDIR /app
|
||||
|
||||
RUN npm install -g npm@latest
|
||||
|
||||
# Kopiera backend-filer
|
||||
COPY package.json ./
|
||||
COPY prisma ./prisma
|
||||
|
||||
Reference in New Issue
Block a user