zoreu commited on
Commit
22819dd
·
verified ·
1 Parent(s): c24578d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,5 +8,5 @@ RUN git clone https://github.com/zoreu/thunder_stremio.git .
8
 
9
  RUN pip install --no-cache-dir -r requirements.txt
10
 
11
- EXPOSE 8080
12
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8080", "--workers", "4"]
 
8
 
9
  RUN pip install --no-cache-dir -r requirements.txt
10
 
11
+ EXPOSE 7860
12
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "4"]