letterm commited on
Commit
6456745
·
verified ·
1 Parent(s): 9f19122

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 protobuf asyncio aiohttp websockets zstandard log
6
 
7
  COPY . .
8
 
9
- ENV PORT=5200
10
- EXPOSE 5200
11
 
12
  CMD ["python", "app.py"]
 
6
 
7
  COPY . .
8
 
9
+ ENV PORT=7860
10
+ EXPOSE 7860
11
 
12
  CMD ["python", "app.py"]