start.sh 114 B

1234567
  1. #!/bin/bash
  2. # 启动 Nginx 服务
  3. service nginx start
  4. # 启动 Python 应用程序
  5. cd /app/app && python Main.py