XYBotV2-core/entrypoint.sh
lxh 3fde6db7a0
Some checks failed
BuildImage / build-image (push) Failing after 1m18s
🐛 fix a bug.
2025-02-17 15:09:21 +08:00

6 lines
210 B
Bash

#!/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