PPT/修复文件/entrypoint.sh

3 lines
53 B
Bash
Raw Normal View History

2025-05-13 10:33:43 +08:00
#!/bin/bash
cd /app
gunicorn app:app -b 0.0.0.0:5000