Browse Source

Finally - Fix WorkDIR

itspooya 1 year ago
parent
commit
ddbc1602ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
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