diff --git a/Dockerfile b/Dockerfile index 87df78bf..be21bd15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,7 @@ RUN arch=$(uname -m) && \ && mv xray xray-linux-amd64; \ fi -WORKDIR /app +WORKDIR /app/x-ui RUN chmod +x /app/x-ui/x-ui.sh # Set the entrypoint