File size: 211 Bytes
825680e
 
 
 
 
9397fb5
1
2
3
4
5
6
7
#!/bin/sh
# 将环境变量的内容写入凭证文件
echo $GOOGLE_APPLICATION_CREDENTIALS_JSON > /app/keys/google-cloud-text-to-speech-key.json

# 启动 Flask 应用
exec flask run --host=0.0.0.0 --port=7860