hoangquocviet commited on
Commit
e45d046
·
verified ·
1 Parent(s): 57b0b0a

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -0
Dockerfile ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ FROM registry.hf.space/yangge3-edgetts-api-openai:latest
2
+
3
+ # 暴露 Remix 端口
4
+ EXPOSE 7860
5
+
6
+ # 在启动时设置 API_KEY 环境变量
7
+ ENTRYPOINT /home/pn/edgeTTS-openai-api/src/startup.sh