diff options
| author | itspooya <fallenangel201190@yahoo.com> | 2023-05-07 21:00:58 +0300 |
|---|---|---|
| committer | itspooya <fallenangel201190@yahoo.com> | 2023-05-07 21:00:58 +0300 |
| commit | 1b8df3c0a17bb4f23992f225deebc52508e14072 (patch) | |
| tree | 2ae53d186f0dc0db63404160a3ec1b6d593ba237 | |
| parent | 54d45cc0295164397756bf97128688e213160004 (diff) | |
👷 Added Docker CI
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ RUN wget https://github.com/mhsanaei/Xray-core/releases/latest/download/Xray-lin && mv xray xray-linux-\${TARGETARCH} WORKDIR /app +RUN chmod +x /app/x-ui/x-ui.sh # Set the entrypoint ENTRYPOINT ["/app/x-ui/x-ui.sh"] |
