mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-23 19:36:54 +00:00
👷 Added Docker CI
This commit is contained in:
parent
30907674cf
commit
d59da6a2e1
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ RUN wget https://github.com/mhsanaei/Xray-core/releases/latest/download/Xray-lin
|
||||||
&& mv xray xray-linux-\${TARGETARCH}
|
&& mv xray xray-linux-\${TARGETARCH}
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
RUN chmod +x /app/x-ui/x-ui.sh
|
||||||
|
|
||||||
# Set the entrypoint
|
# Set the entrypoint
|
||||||
ENTRYPOINT ["/app/x-ui/x-ui.sh"]
|
ENTRYPOINT ["/app/x-ui/x-ui.sh"]
|
||||||
|
|
Loading…
Reference in a new issue