Ver Fonte

Finally - Fix WorkDIR

itspooya há 1 ano atrás
pai
commit
ddbc1602ce
1 ficheiros alterados com 1 adições e 1 exclusões
  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