#!/bin/bash

# 启动 supervisord
/usr/bin/supervisord -c /etc/supervisor/supervisord.conf &

# 启动 Node.js 应用
node server/server.js