noke / docker-entrypoint.sh
i3t2y
project rename: tt to noke
b461de0
Raw
History Blame Contribute Delete
180 Bytes
#!/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