mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-07-01 20:42:07 +00:00
Update Dockerfile
RUN npm install
This commit is contained in:
parent
64f71a0c64
commit
ffb78cacc8
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ COPY --from=builder /app/package.json ./package.json
|
|||
COPY --from=builder /app/yarn.lock ./yarn.lock
|
||||
|
||||
RUN corepack enable
|
||||
RUN yarn install --production --frozen-lockfile --network-timeout 600000
|
||||
RUN RUN npm install
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
|
|
Loading…
Reference in a new issue