File size: 180 Bytes
b461de0
 
 
 
 
 
1
2
3
4
5
6
7
#!/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