hcyyg commited on
Commit
2440451
1 Parent(s): d87df7f
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -5,5 +5,6 @@ RUN mkdir /.cache && chmod -R 777 /.cache
5
  RUN pip install requests
6
  RUN pip install fastapi
7
  RUN pip install uvicorn[standard]
 
8
 
9
  ENTRYPOINT ["python","/app/app.py"]
 
5
  RUN pip install requests
6
  RUN pip install fastapi
7
  RUN pip install uvicorn[standard]
8
+ EXPOSE 7860
9
 
10
  ENTRYPOINT ["python","/app/app.py"]