mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
👷 Added Docker CI
This commit is contained in:
parent
15a97af215
commit
f21904caf2
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ RUN wget https://github.com/mhsanaei/Xray-core/releases/latest/download/Xray-lin
|
|||
|
||||
WORKDIR /app
|
||||
RUN chmod +x /app/x-ui/x-ui.sh
|
||||
RUN apt install tzdata ca-certificates
|
||||
RUN apt update && apt install tzdata ca-certificates
|
||||
|
||||
# Set the entrypoint
|
||||
ENTRYPOINT ["/app/x-ui/xui-release"]
|
||||
|
|
Loading…
Reference in a new issue