소스 검색

👷 Added Docker CI

itspooya 1 년 전
부모
커밋
1b8df3c0a1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -48,6 +48,7 @@ RUN wget https://github.com/mhsanaei/Xray-core/releases/latest/download/Xray-lin
  && mv xray xray-linux-\${TARGETARCH}
 
 WORKDIR /app
+RUN chmod +x /app/x-ui/x-ui.sh
 
 # Set the entrypoint
 ENTRYPOINT ["/app/x-ui/x-ui.sh"]