chore: add npm install command in Dockerfiles for both backend and frontend
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
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