yxmiler commited on
Commit
3fb397a
·
verified ·
1 Parent(s): 0f9fe74

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN pip install --no-cache-dir aiohttp
6
 
7
  COPY . .
8
 
9
- ENV PORT=7860
10
- EXPOSE 7860
11
 
12
  CMD ["python", "kilo_proxy.py"]
 
6
 
7
  COPY . .
8
 
9
+ ENV PORT=5200
10
+ EXPOSE 5200
11
 
12
  CMD ["python", "kilo_proxy.py"]