Adjust version and ensure .npmrc is included in Docker build step
This commit is contained in:
@@ -3,6 +3,7 @@ FROM node:latest AS build
|
||||
WORKDIR /app
|
||||
COPY package.json /
|
||||
COPY package-lock.json /
|
||||
COPY .npmrc /
|
||||
RUN npm install
|
||||
COPY . ./
|
||||
RUN npm run build
|
||||
|
||||
Reference in New Issue
Block a user