TomatoCocotree commited on
Commit
e2f6a3f
1 Parent(s): 4c2b9f4

改回7860端口

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,6 +16,6 @@ RUN chmod -R 777 /app
16
  RUN --mount=type=secret,id=password,mode=0444,required=true \
17
  cat /run/secrets/password > /test
18
 
19
- EXPOSE 7865
20
 
21
  CMD ["python", "server.py", "--cpu", "--enable-modules=caption,summarize,classify,sd,silero-tts,edge-tts,coqui-tts,talkinghead,chromadb"]
 
16
  RUN --mount=type=secret,id=password,mode=0444,required=true \
17
  cat /run/secrets/password > /test
18
 
19
+ EXPOSE 7860
20
 
21
  CMD ["python", "server.py", "--cpu", "--enable-modules=caption,summarize,classify,sd,silero-tts,edge-tts,coqui-tts,talkinghead,chromadb"]