mirror of
https://github.com/remnawave/panel.git
synced 2026-04-24 08:40:30 +00:00
chore: change npm ci to npm install in Dockerfile
This commit is contained in:
@@ -13,7 +13,7 @@ WORKDIR /usr/src/app
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm ci
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user