👷 Added Docker CI

This commit is contained in:
itspooya 2023-05-08 02:10:31 +03:30 committed by Ho3ein
parent 15a97af215
commit f21904caf2

View file

@ -49,7 +49,7 @@ RUN wget https://github.com/mhsanaei/Xray-core/releases/latest/download/Xray-lin
WORKDIR /app WORKDIR /app
RUN chmod +x /app/x-ui/x-ui.sh RUN chmod +x /app/x-ui/x-ui.sh
RUN apt install tzdata ca-certificates RUN apt update && apt install tzdata ca-certificates
# Set the entrypoint # Set the entrypoint
ENTRYPOINT ["/app/x-ui/xui-release"] ENTRYPOINT ["/app/x-ui/xui-release"]