Skip to content

Commit f02103b

Browse files
fix: add .npmrc to Docker file
1 parent ae14c6c commit f02103b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM node:20-alpine
33
WORKDIR /app
44

55
COPY package*.json ./
6+
COPY .npmrc ./
67
COPY prisma ./prisma
78

89
RUN npm ci

0 commit comments

Comments
 (0)