diff options
| author | itspooya <fallenangel201190@yahoo.com> | 2023-05-08 01:40:31 +0300 |
|---|---|---|
| committer | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-05-08 09:34:47 +0300 |
| commit | f21904caf2cb36e14647576030124efb811b89cf (patch) | |
| tree | c1fbc6b44e3e2b42fa95080f74a76d52b719ae7f | |
| parent | 15a97af2150ae5e3056e15f9b054ee36bba04558 (diff) | |
👷 Added Docker CI
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 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"] |
