mirror of
https://github.com/remnawave/panel.git
synced 2026-03-27 14:16:46 +00:00
chore: add .npmrc copy step in Dockerfile
This commit is contained in:
@@ -11,6 +11,7 @@ FROM node:${NODE_VERSION}-alpine as builder
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY .npmrc ./
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm install
|
||||
|
||||
Reference in New Issue
Block a user