File size: 140 Bytes
024cdcf
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/bin/bash

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

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