Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritspooya <fallenangel201190@yahoo.com>2023-05-08 06:02:59 +0300
committerHo3ein <ho3ein.sanaei@gmail.com>2023-05-08 09:34:47 +0300
commitddbc1602ce5ac5d866447ab8feea31e6438118de (patch)
treeb44fd105bd0fef973aadc532fc7b132481ee6eff /Dockerfile
parent77cee098ad618f6773c629d9e3e41457daf50b64 (diff)
Finally - Fix WorkDIR
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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