mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-07-01 20:42:07 +00:00
Update Dockerfile
fix yarn to package-lock.json ./
This commit is contained in:
parent
2f4046fb08
commit
c52b8b7ee9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json package-lock.json ./
|
||||||
RUN corepack enable
|
RUN corepack enable
|
||||||
RUN yarn install --frozen-lockfile --network-timeout 600000
|
RUN yarn install --frozen-lockfile --network-timeout 600000
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue