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

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 80
12
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "80", "--workers", "4"]
 
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"]