sanbo commited on
Commit
c93f60c
1 Parent(s): 9b0f4a0

update sth. at 2024-11-26 16:17:31

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -10,4 +10,7 @@ RUN apt-get update && apt-get install -y libgl1
10
 
11
  RUN pip install .
12
 
 
 
 
13
  CMD ["pdf2zh", "-i"]
 
10
 
11
  RUN pip install .
12
 
13
+ # 指定要公开的端口
14
+ EXPOSE 7860
15
+
16
  CMD ["pdf2zh", "-i"]