Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,4 +18,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 18 |
EXPOSE 8080
|
| 19 |
|
| 20 |
# Run run.py when the container launches
|
| 21 |
-
CMD [uvicorn
|
|
|
|
| 18 |
EXPOSE 8080
|
| 19 |
|
| 20 |
# Run run.py when the container launches
|
| 21 |
+
CMD ["uvicorn", "mediaflow_proxy.main:app", "--host", "0.0.0.0", "--port", "8888", "--workers", "4"]
|