PPT/修复文件/entrypoint.sh
2025-05-13 10:33:43 +08:00

3 lines
53 B
Bash

#!/bin/bash
cd /app
gunicorn app:app -b 0.0.0.0:5000