XYBotV2-core/entrypoint.sh

6 lines
210 B
Bash
Raw Normal View History

2025-02-17 15:08:21 +08:00
#!/bin/bash
# 启动Redis服务
service redis-server start
# 执行主程序
/app/WechatAPI/core/XYWechatPad --port 9000 --mode release --redis-host 127.0.0.1 --redis-port 6379 --redis-password "" --redis-db 0