ChatGPT-Face / start.sh
ztgeng's picture
change port
9397fb5
raw
history blame contribute delete
No virus
211 Bytes
#!/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