PikPakInvitation / entrypoint.sh
playingapi's picture
Update entrypoint.sh
76b1135 verified
raw
history blame contribute delete
300 Bytes
#!/bin/bash
# 启动 sync_data.sh 在后台
echo "Starting sync_data.sh in background..."
/sync_data.sh &
export MAIL_POINT_API_URL=https://playingapi-msoauth2api.hf.space
echo "MAIL_POINT_API_URL: $MAIL_POINT_API_URL"
# 启动 Flask 应用
echo "Starting Flask application..."
exec python run.py