Libra-1995 commited on
Commit
19cc069
·
1 Parent(s): e32bef1

feat: udapte dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -28,4 +28,6 @@ ENV https_proxy=
28
 
29
  RUN ./.pixi/envs/default/bin/python /app/download_pre_datas.py
30
 
 
 
31
  CMD ["./.pixi/envs/default/bin/python", "web_server.py"]
 
28
 
29
  RUN ./.pixi/envs/default/bin/python /app/download_pre_datas.py
30
 
31
+ EXPOSE 7860
32
+
33
  CMD ["./.pixi/envs/default/bin/python", "web_server.py"]