bibibi12345 commited on
Commit
a8ae000
·
verified ·
1 Parent(s): 2dbe2d1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -1 +1,4 @@
1
- FROM ghcr.io/gzzhongqi/geminicli2api:latest
 
 
 
 
1
+ FROM ghcr.io/gzzhongqi/geminicli2api:latest
2
+
3
+ PORT=7860
4
+ CMD ["python", "app.py"]