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
@@ -4,7 +4,7 @@ WORKDIR /app
RUN apk add --no-cache python3 make g++
COPY package*.json ./
COPY package*.json .npmrc ./
# Install dependencies
RUN npm ci