xray / entrypoint.sh
ManiAz09's picture
Update entrypoint.sh
3585700 verified
Raw
History Blame Contribute Delete
194 Bytes
#!/bin/sh
# Navigate to the correct directory and start 3x-ui in the background
cd /app
./x-ui &
# Start Nginx in the foreground to keep the Hugging Face container alive
nginx -g "daemon off;"