diff --git a/Dockerfile b/Dockerfile index 8159460..8ded5a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ FROM node:${NODE_VERSION}-alpine as builder WORKDIR /usr/src/app +COPY .npmrc ./ COPY package*.json ./ RUN npm install