mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
Finally - Fix WorkDIR
This commit is contained in:
parent
77cee098ad
commit
ddbc1602ce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue