👷 Added Docker CI

This commit is contained in:
itspooya 2023-05-07 21:30:58 +03:30
parent 54d45cc029
commit 1b8df3c0a1

View file

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