fixnodedevdeps
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@ FROM node:20-alpine AS frontend-builder
|
||||
|
||||
WORKDIR /app/frontend
|
||||
COPY frontend/package*.json ./
|
||||
RUN npm install
|
||||
RUN npm install --include=dev
|
||||
COPY frontend/ ./
|
||||
RUN npm run build
|
||||
|
||||
@@ -20,7 +20,7 @@ RUN apk add --no-cache python3 make g++
|
||||
|
||||
WORKDIR /app/backend
|
||||
COPY backend/package*.json ./
|
||||
RUN npm install
|
||||
RUN npm install --include=dev
|
||||
|
||||
COPY backend/ ./
|
||||
RUN npm run build
|
||||
|
||||
Reference in New Issue
Block a user