eshan13 commited on
Commit
4ac9ecb
·
verified ·
1 Parent(s): 7d9c02a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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", "8001", "--proxy-headers" , "--forwarded-allow-ips=*"]
 
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=*"]