mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-07-01 12:32:09 +00:00
Update Dockerfile
fix syntax
This commit is contained in:
parent
f81c123c83
commit
3aad204bac
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/package-lock.json ./package-lock.json
|
||||
|
||||
RUN corepack enable
|
||||
RUN npm install0
|
||||
RUN npm install
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
|
|
Loading…
Reference in a new issue