up / start.sh
ZSCGR's picture
Create start.sh
024cdcf verified
raw
history blame contribute delete
No virus
140 Bytes
#!/bin/bash
# 启动 supervisord
/usr/bin/supervisord -c /etc/supervisor/supervisord.conf &
# 启动 Node.js 应用
node server/server.js