update build paths
This commit is contained in:
@@ -7,7 +7,7 @@ FROM node:20-alpine AS builder
|
||||
WORKDIR /app
|
||||
|
||||
# Copy package files for dependency installation
|
||||
COPY package*.json ./
|
||||
COPY package*.json .npmrc ./
|
||||
|
||||
# Install dependencies
|
||||
RUN npm ci --include=dev
|
||||
|
||||
Reference in New Issue
Block a user