alcex commited on
Commit
a7cf354
·
verified ·
1 Parent(s): ed780ba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1 +1,3 @@
1
- FROM dreamhartley705/gemini-proxy-panel:huggingface
 
 
 
1
+ FROM ghcr.io/snailyp/gemini-balance:latest
2
+ EXPOSE 7860
3
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]