Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -25,4 +25,4 @@ ENV PYTHONUNBUFFERED=1
|
|
| 25 |
RUN chmod -R a+rX /ms-playwright || true
|
| 26 |
|
| 27 |
# RUN uvicorn app_gui:app --host 0.0.0.0 --port $PORT
|
| 28 |
-
CMD ["uvicorn", "app_gui:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 25 |
RUN chmod -R a+rX /ms-playwright || true
|
| 26 |
|
| 27 |
# RUN uvicorn app_gui:app --host 0.0.0.0 --port $PORT
|
| 28 |
+
CMD ["uvicorn", "app_gui:app", "--host", "0.0.0.0", "--port", "7860", "--proxy-headers" , "--forwarded-allow-ips=*"]
|