From ddbc1602ce5ac5d866447ab8feea31e6438118de Mon Sep 17 00:00:00 2001 From: itspooya Date: Mon, 8 May 2023 06:32:59 +0330 Subject: [PATCH] Finally - Fix WorkDIR --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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