#!/bin/bash set -e echo "[Entrypoint] 启动 Noke on port $PORT..." echo "[Entrypoint] config.json 存在: $(test -f /app/config.json && echo YES || echo NO)" exec python noke.py