Include .npmrc

This commit is contained in:
Owen
2026-09-15 10:59:47 -04:00
parent c6c12f1dcb
commit e54d1aa73e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ WORKDIR /app
RUN apt-get update && apt-get install -y python3 make g++ && rm -rf /var/lib/apt/lists/* RUN apt-get update && apt-get install -y python3 make g++ && rm -rf /var/lib/apt/lists/*
COPY package*.json ./ COPY package*.json .npmrc ./
FROM base AS builder-dev FROM base AS builder-dev
+1 -1
View File
@@ -4,7 +4,7 @@ WORKDIR /app
RUN apk add --no-cache python3 make g++ RUN apk add --no-cache python3 make g++
COPY package*.json ./ COPY package*.json .npmrc ./
# Install dependencies # Install dependencies
RUN npm ci RUN npm ci